【发布时间】:2016-12-22 22:39:48
【问题描述】:
当我在我的笔记本电脑(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”。有人可以帮助我吗?
【问题讨论】:
标签: machine-learning tensorflow word2vec