You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Archive vocab size, for use when creating embedding layer. Transient issue can occur where the maximum vocab index isn't seen in the training data set, and so the embedding vectorizer has a larger vocab than the embedding matrix.
Current state
Embedding matrix pulls vocab size based on largest vocab index seen in training set
Future state
Embedding matrix pulls vocab size from either transformation pipeline or somewhere else that is explicitly set by transformation pipeline
The text was updated successfully, but these errors were encountered:
Archive vocab size, for use when creating embedding layer. Transient issue can occur where the maximum vocab index isn't seen in the training data set, and so the embedding vectorizer has a larger vocab than the embedding matrix.
Current state
Future state
The text was updated successfully, but these errors were encountered: