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

相关推荐
m0_617493949 小时前
PyTorch CUDA设备不可用错误解决方案
人工智能·pytorch·python
EnCi Zheng10 小时前
09-斯坦福CS336作业 [特殊字符]
人工智能·pytorch·python·深度学习·神经网络
nashane15 小时前
HarmonyOS 6学习:卡片组件圆角白边问题的诊断与修复实战
人工智能·pytorch·深度学习·harmonyos
快乐得小萝卜17 小时前
使用:Pytorch C++ API
c++·人工智能·pytorch
盼小辉丶18 小时前
PyTorch强化学习实战(9)——深度Q学习
pytorch·深度学习·强化学习
love530love2 天前
ComfyUI:为什么说它是 AIGC 应用层面的集大成者?
人工智能·pytorch·windows·aigc·devops·comfyui·extensions
藤谷性能2 天前
Jetson Orin Nano:安装Jetpack等基础工具并验证摄像头
边缘计算·nvidia·jetson orin
啦啦啦_99992 天前
案例之 PyTorch模拟线性回归
人工智能·pytorch·线性回归
消晨消晨2 天前
MONAI初上手——模型构建
pytorch·python·monai
keineahnung23452 天前
PyTorch symbolic_shapes 模組的 is_contiguous 從哪來?── sizes_strides_user 安裝與實作解析
人工智能·pytorch·python·深度学习