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

相关推荐
Cho1yon1 小时前
【AI Agent 第十期:基于 scrcpy + PyTorch 的车载系统多屏自动化测试工具开发】
人工智能·pytorch·ui·车载系统·自动化
蓝博AI3 小时前
基于深度学习的蔬菜识别系统,resnet50,vgg16,resnet34【pytorch框架,python代码】
人工智能·pytorch·python·深度学习·机器学习·cnn
努力学习_小白3 小时前
DenseNet——Pytorch学习记录
人工智能·pytorch·机器学习·densenet
用户9901930524519 小时前
Nano-vLLM-MS:基于 nano-vLLM ,支持 MoE 模型和 Speculative Decoding
pytorch·llm
eqwaak01 天前
PyTorch入门:10分钟搭建首个神经网络
开发语言·人工智能·pytorch·python
IRevers1 天前
【Agent】基于Langchain的Agent数据库查询助手
数据库·人工智能·pytorch·sql·深度学习·langchain·agent
隔壁大炮1 天前
Day02-13.张量的拼接操作
人工智能·pytorch·深度学习·神经网络·numpy
盼小辉丶1 天前
PyTorch强化学习实战(3)——Gymnasium API扩展功能
人工智能·pytorch·深度学习·强化学习
Jmayday2 天前
Pytorch:张量的操作
人工智能·pytorch·python
Jmayday2 天前
Pytorch:模型线性回归
pytorch·python·线性回归