CPU版本的Tensorflow安装方法
CPU版Tensorflow安装步骤如下: step1:新建虚拟环境(tensorflow仅适用于python3.5) 打开Anaconda Prompt,输入命令:conda create -n tensorflow python==3.5 step2:启动虚拟环境 在Anaconda Prompt中,输入命令:activate tensorflow step3:安装tensorflow 在Anaconda Prompt中,输入命令:pip install –upgrade –ignore – installed t
下载地址
用户评论