Tensorflow:无法在word2vec_basic.py中可视化嵌入?

时间:2016-12-28 07:24:36

标签: python ubuntu installation tensorflow word2vec

我正在尝试在我的系统中实现tensorflow word2vec_basic.py模型。我通过这个tutorial来理解和实现它。

在我的系统中使用python3运行word2vec代码之后,它让我安装了sklearn,matplotlib和scipy来实现嵌入的可视化。

所以我在我的系统中使用pip安装了sklearn,matplotlib和scipy并再次运行代码,但它仍然要求我再次安装上面的代码。

在安装sklearn,matplotlib和scipy期间没有错误。我使用的是Ubuntu 16.04 LTS。

Here is the screen shot

更新:以下是删除tryexcept后的屏幕截图 - https://ibin.co/377XsooeSdej.png

1 个答案:

答案 0 :(得分:1)

从错误消息中可以看出,您错过了python3-tk包。尝试使用

安装它
sudo apt-get install python3-tk