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 天前
PyTorch 深度学习——使用神经网络来拟合数据
pytorch·深度学习
数据智能老司机1 天前
PyTorch 深度学习——用于图像的扩散模型
pytorch·深度学习
数据智能老司机1 天前
PyTorch 深度学习——Transformer 是如何工作的
pytorch·深度学习
数据智能老司机2 天前
PyTorch 深度学习——使用张量表示真实世界数据
pytorch·深度学习
数据智能老司机2 天前
PyTorch 深度学习——它始于一个张量
pytorch·深度学习
Narrastory4 天前
明日香 - Pytorch 快速入门保姆级教程(三)
pytorch·深度学习
Narrastory7 天前
明日香 - Pytorch 快速入门保姆级教程(一)
人工智能·pytorch·深度学习
Narrastory7 天前
明日香 - Pytorch 快速入门保姆级教程(二)
人工智能·pytorch·深度学习
盼小辉丶12 天前
PyTorch实战(30)——使用TorchScript和ONNX导出通用PyTorch模型
人工智能·pytorch·深度学习·模型部署
封奚泽优12 天前
使用mmdetection项目进行训练记录
pytorch·python·cuda·mmdetection·mmcv