自从上次尝试复现R-CNN的代码,然后搞崩了tensorflow后,因为网速实在是太卡,安装了几次都已失败告终,下午顺利安装成功,分享一下经验。
先看一下自己的CUDA版本:
因此我选择安装tensorflow2.0
版本!请仔细核对你的版本是否符合要求。
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes
conda create -n tensor tensorflow-gpu=2.0
然后就是等待,等待系统自己找包下载!
下载完成后,进入下载的环境中:
conda activate tensor
我们检查一下Python的位置:
再去检查一下ipython的位置,发现不在这个环境内,下载ipython: