NLP常见库pip安装指令
作者:互联网
pip3 install --user numpy scipy matplotlib
pip install sugartensor
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow
tensorflow安装成功验证程序:
import tensorflow as tf hello = tf.constant('Hello, TensorFlow!') sess = tf.Session() print(sess.run(hello))
标签:NLP,sess,pip3,tf,指令,install,pip,tensorflow 来源: https://www.cnblogs.com/Allen8/p/15969151.html