安装anaconda和tensorflow
家里的机器被我草的很舒适,不知不觉中,anaconda的jupyter notebook就写上代码了。到了单位才知道原来需要win64位,而且版本需要Anaconda3-4.2.0-Windows-x86_64-Python3.5
打pip3出不来,非得以下这个命令
pip install --ignore-installed --upgrade tensorflow
好了,现在
import tensorflow as tf
木压力