Skip to content
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

word2vec_optimized.py No module named embedding #13

Open
tobigithub opened this issue Nov 27, 2015 · 1 comment
Open

word2vec_optimized.py No module named embedding #13

tobigithub opened this issue Nov 27, 2015 · 1 comment

Comments

@tobigithub
Copy link
Owner


root@fb729273837c:/tensorflow/tensorflow/models/embedding# python word2vec_optimized.py   --train_data=text8   --eval_data=questions-words.txt   --save_path=/tmp/
Traceback (most recent call last):
  File "word2vec_optimized.py", line 26, in <module>
    from tensorflow.models.embedding import gen_word2vec as word2vec
ImportError: No module named embedding

@tobigithub
Copy link
Owner Author

The word2vec examples requires a bazel setup and compilation.
See TF word2vec readme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant