标签:tensor 命令 python http sci 成功 pytho load() numpy
1、tflearn安装:
tflearn安装的前提是scipy已经安装好,conda install numpy pandas jupyter notebook matplotlib
然后:conda install scipy h5py
最后:sudo pip install git+https://github.com/tflearn/tflearn.git 等待成功输入命令 git clone https://github.com/tflearn/tflearn -recursive,将tflearn的库拷贝到你的linux上
2、nltk的安装:
conda install nltk
安装好之后python
import nltk
nltk.download()
标签:tensor 命令 python http sci 成功 pytho load() numpy
原文地址:https://www.cnblogs.com/woailiujun/p/9747369.html