ubuntu 卸载pytorch_ubuntu下辛酸的机器学习环境搭建

ubuntu 卸载pytorch_ubuntu下辛酸的机器学习环境搭建_第1张图片

环境集合(ubuntu18.04)

  • python-3.6.9
  • cuda-10.0
  • tensorflow-gpu-1.15 .0
  • pytorch-1.4.0

为了方便使用旧代码所以使用tensorflow-gpu-1.15,则确定cuda-10.0、pytorch-1.4.0

过程持续一整天。

文末有一键处理脚本

卸载nvidia (累计使用10余次 )

# sudo apt-get remove nvidia-*
# sudo apt-get autoremove

升级pip3方能安装tensorflow1.15及以上版本

# pip 加速使用
 -i  https://pypi.tuna.tsinghua.edu.cn/simple 
  • 安装pip3
sudo apt install python3-pip
  • 升级pip3
sudo python3 -m pip install --upgrade pip -i  https

你可能感兴趣的:(ubuntu,卸载pytorch)