level 1
环境:Ubuntu16.04+anaconda3.6+GPU版本tensorflow-1.7.0-cp36-cp36m-linux_x86_64
测试安装的时候import tensorflow as tf显示
>>> import tensorflow as tf
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'tensorflow'
2018年04月01日 14点04分
1