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
I'm working on using this word2vec (I set trainer.type(NeuralNetworkType.CBOW)) to do some representing learning staff, and I wonder how to change the vector dimensionality
I use getRawVector() method in Searcher.class, it seems that the vector returned is all one dimensionality.
The text was updated successfully, but these errors were encountered:
I'm working on using this word2vec (I set trainer.type(NeuralNetworkType.CBOW)) to do some representing learning staff, and I wonder how to change the vector dimensionality
I use getRawVector() method in Searcher.class, it seems that the vector returned is all one dimensionality.
The text was updated successfully, but these errors were encountered: