操作步骤
1 虚拟环境创建
conda create -n tensorflow python=3.6
如下图
2 **环境
source activate tensorflow
如下图
3 TensorFlow安装
conda install -n tensorflow -c https://conda.anaconda.org/jjhelmus tensorflow
如下图
安装完成后,进入python,导包。
import tensorflow
完成。
conda create -n tensorflow python=3.6
如下图
source activate tensorflow
如下图
conda install -n tensorflow -c https://conda.anaconda.org/jjhelmus tensorflow
如下图
安装完成后,进入python,导包。
import tensorflow
完成。
相关文章: