conda虚拟环境 安装tensorflow最好用conda install 安装

它会自动安装cudatoolkit 即cudann等 不与系统的cuda版本冲突

conda换为国内的源

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

相关文章:

  • 2021-07-14
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-01
  • 2021-06-20
  • 2021-09-12
  • 2022-02-09
  • 2021-09-26
  • 2021-08-14
相关资源
相似解决方案