tensorflow1.10下载
安装anaconda后选择conda create -n tensorflow python=3.6conda activate tensorflow#启用创建的环境就可以在tensorflow这个环境中 用python3.6这个版本了pip install tensorflow==1.10.0pythonimport tensorflowimport tensorflow as tftf.__v
·
安装anaconda后选择
conda create -n tensorflow python=3.6
conda activate tensorflow #启用创建的环境
就可以在tensorflow这个环境中 用python3.6这个版本了
pip install tensorflow==1.10.0
python
import tensorflow as tf
import tensorflow as tf
tf.__version__
就可以查看tensorflow版本了。
更多推荐



所有评论(0)