Contents

init(embeddingCount:embeddingDimension:)

Creates an embedding descriptor with the size of the dictionary and dimension of embedding vectors you specify.

Declaration

convenience init?(embeddingCount: Int, embeddingDimension: Int)

Parameters

  • embeddingCount:

    The size of the dictionary.

  • embeddingDimension:

    The dimension of embedding vectors.

See Also

Creating Embedding Descriptors