TensorFlow安装方法三【Anaconda方式下查看TensorFlow版本选择性安装】(Windows10 64位 cpu and gpu)

其它环节与通过Anaconda环境配置方式一样,就是在安装TensorFlow时不直接使用pip install --upgrade --ignore-installed tensorflow-gpu命令,而是根据需求选择TensorFlow版本安装。

1.执行命令anaconda search -t conda tensorflow,会显示出目前可供选择的tensorflow版本,按平台选择版本

TensorFlow安装方法三【Anaconda方式下查看TensorFlow版本选择性安装】(Windows10 64位 cpu and gpu)

2.执行命令anaconda show conda-forge/tensorflow获取对应版本的安装命令conda-forge/tensorflow为选择的版本名称

TensorFlow安装方法三【Anaconda方式下查看TensorFlow版本选择性安装】(Windows10 64位 cpu and gpu)

3.执行上图得到的安装命令conda install --channel http://conda.anaconda.org/conda-forge tensorflow,安装开始