-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About the word2vector #1
Comments
The relevant code should be here. The embedding matrix is loaded from the npz file and then the label embeddings are retrieved using tf.nn.embedding_lookup() |
hi, where can I find the embedding matrix (.npz) file, and I what to know if you trained the w2v mdoel by yourself? If not , how do you solve the 'two words' noun,like ‘Tobacco shop‘. |
Hi, @zhangyikaii A file like 'mini_imagenet_class_label_dict3.txt' should exist. |
Can you tell me how you get the semantic embedding vector for the class label?
The text was updated successfully, but these errors were encountered: