tensorflow-1.12.0.rar

时间:2023-02-21 07:25:05
【文件属性】:

文件名称:tensorflow-1.12.0.rar

文件大小:39.85MB

文件格式:RAR

更新时间:2023-02-21 07:25:05

tensorflow

该whl是TensorFlow1.12-CPU版本,只适用于python3.6,64位系统版本,无需配置CUDA以及cuDNN 安装步骤 1.先将本地tensorflow卸载干净,打开cmd,命令行内输入:pip uninstall tensorflow 如果之前安装的是tensorflow的gpu版本就输入:pip uninstall tensorflow-gpu 2.卸载后将该tensorflow-1.12.0-cp36-cp36m-win_amd64.whl文件放到anaconda执行目录 例如C:\Users\Administrator (1)进入anaconda prompt, 创建环境:conda create -n tensorflow python=3.6 (2)进入激活环境:activate tensorflow (3)打开Anaconda Prompt,输入清华仓库镜像,这样更新会快一些:  conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --set show_channel_urls yes (4)输入:pip install tensorflow-1.12.0-cp36-cp36m-win_amd64.whl 3.测试tensorflow import tensorflow as tf 4.如果测试失败可能是numpy版本不兼容,先卸载原numpy 再安装numpy1.16.0,可使用conda list查看已安装的包。 pip uninstall numpy pip install numpy==1.16.0 5.如果继续配置keras环境 输入:pip install keras==2.2.4 测试:import keras


【文件预览】:
tensorflow-1.12.0-cp36-cp36m-win_amd64
----安装方法.txt(652B)
----tensorflow-1.12.0-cp36-cp36m-win_amd64.whl(43.31MB)

网友评论