未找到tensorflow中的gen_word2vec

时间:2016-12-22 14:11:34

标签: machine-learning tensorflow word2vec

当我在笔记本电脑(Mac,python3)中运行代码(https://github.com/tensorflow/models/blob/master/tutorials/embedding/word2vec.py)时,收到错误:

    AttributeError: module 'tensorflow.models.embedding.gen_word2vec' has no attribute 'skipgram_word2vec'

tensorflow已安装并在我的笔记本电脑上工作。似乎缺少“gen_word2vec”。有人能帮助我吗?

1 个答案:

答案 0 :(得分:1)

尝试安装最新版本的TensorFlow。