Tensorflow 0.版本对应关系 Tensorflow版本与Python 版本、CUDA、cuDNN、编译器 构建工具的对应关系 GPU 1.conda创建虚拟环境 #CPU版 conda create -n tensorflow python=3.5 #GPU版 conda create -n tensorflow_gpu python=3.6 2.安装Tensorflow-CPU版 conda activate tensorflow conda install tensorflow==1.3.0