Ubuntu系统安装NVIDIA 与pytorch

#安装Ubuntu
https://zhuanlan.zhihu.com/p/355314438
 
#安装vm tools
https://blog.csdn.net/weixin_45502414/article/details/130151842
https://blog.csdn.net/weixin_59605625/article/details/128750037
若安装正常使用,显示屏字体与复制粘贴都能解决,如果不能正常安装,则按下面步骤
 
#复制粘贴的问题
https://blog.csdn.net/qq_41940277/article/details/122610916
 
#设置显示屏分配率调整字体
https://blog.csdn.net/weixin_43031313/article/details/129860107
 
 
#下载anaconda 
url: https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
#注意:必要时添加代理地址,否则出现 forbidden 403
https://blog.csdn.net/qq_42282949/article/details/128550641
 
wget --user-agent="User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12" -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2023.03-1-Linux-x86_64.sh
 
#安装anaconda
 
https://blog.csdn.net/thy0000/article/details/131359391
 
 
#安装pycharm
https://zhuanlan.zhihu.com/p/653661824
 
配置pycharm可以酌情参考:
https://www.cnblogs.com/huozf/p/9304396.html
 
#安装nvida驱动
下载地址(https://www.nvidia.cn/Download/index.aspx?lang=cn)
 
https://blog.csdn.net/m0_60964321/article/details/124228514
 
遇到warning
https://blog.csdn.net/weixin_41194129/article/details/110523890
也就是:
sudo chmod a+x NVIDIA-Linux-x86_64-535.146.02.run
sudo ./NVIDIA-Linux-x86_64-535.146.02.run --add-this-kernel
 
 
#安装pytorh

相关推荐

  1. Ubuntu系统安装NVIDIA pytorch

    2024-04-06 06:28:07       14 阅读
  2. ubuntu 安装Nvidia驱动

    2024-04-06 06:28:07       47 阅读
  3. ubuntu 安装 nvidia 驱动

    2024-04-06 06:28:07       41 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-04-06 06:28:07       16 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-04-06 06:28:07       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-04-06 06:28:07       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-04-06 06:28:07       18 阅读

热门阅读

  1. pytorch中的nn.MSELoss()均方误差损失函数

    2024-04-06 06:28:07       14 阅读
  2. Django -- 自动化测试

    2024-04-06 06:28:07       11 阅读
  3. Linux 中 .bashrc、.bash-profile 和 .profile 之间的区别

    2024-04-06 06:28:07       9 阅读
  4. 解决安卓手机系统文件夹看不到的问题

    2024-04-06 06:28:07       15 阅读
  5. 稀碎从零算法笔记Day40-LeetCode:加油站

    2024-04-06 06:28:07       15 阅读
  6. 0基础如何进入IT行业?

    2024-04-06 06:28:07       13 阅读
  7. AI赋能写作:探索设计模式的魅力

    2024-04-06 06:28:07       13 阅读
  8. 位运算 -力扣90. 颠倒二进制位

    2024-04-06 06:28:07       10 阅读