Windows系统TensorFlow:激活环境,卸载,安装GPU版本激活TensorFlow
激活TensorFlow需要输⼊指令: activate tensorflow
但是激活失败,出现了“Could not find conda environment: tensorflow”。
tensorflow版本选择依照教程激活TensorFlow失败:Could not find conda environment: tensorflow_Nire_谒⽻的博客-CSDN博客_激活tensorflow失败分别输⼊指令:
python --version
conda create -n tensorflow python=### (#为上⼀部查询的python版本号)
activate tensorflow
创建TensorFlow即完成。
卸载TensorFlow
在TensorFlow激活状态下(GPU版本通过 activate tensorflow-gpu 激活),输⼊指令:pip uninstall tensorflow (GPU版本更换为tensorflow -gpu)。
安装TensorFlow GPU版本
解决⼀下墙的问题……输⼊ pip install --upgrade tensorflow-gpu 下载最新版本。
也可以在官⽹ tf官⽹ 查看对应版本
(记录⼀下⾃⼰的版本)
官⽹pip⽅式下载指南 tf官⽹pip下载说明
根据⾃⼰的需求复制⽹址下载软件包跳转到下载位置,输⼊指令: pip .whl
记录⼀些问题(暂时先这样)

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。