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

相关推荐
程序员Shawn几秒前
【深度学习 | 第一篇】- Pytorch与张量
人工智能·pytorch·深度学习
ZhiqianXia5 小时前
Pytorch 学习笔记(4) : torch.backends
pytorch·笔记·学习
剑穗挂着新流苏31210 小时前
208_深度学习的鲁棒性之美:暂退法(Dropout)原理与实战
开发语言·pytorch·python·深度学习
AI视觉网奇12 小时前
LtxVAE 学习笔记
人工智能·pytorch·深度学习
人工干智能14 小时前
科普:Python / Numpy / PyTorch 的数据拼接方法
pytorch·python·numpy
郝学胜-神的一滴14 小时前
PyTorch核心技巧|view函数深度解析:解锁张量连续性的底层密码
人工智能·pytorch·python·深度学习·线性代数·机器学习
机器学习之心14 小时前
PyTorch基于LightGBM的海洋温盐异常垂直剖面预测
人工智能·pytorch·python
罗罗攀1 天前
PyTorch学习笔记|从异或问题到深层神经网络
人工智能·pytorch·笔记·神经网络·学习
龙文浩_1 天前
AI深度学习中的PyTorch与张量案例
人工智能·pytorch·深度学习
Storynone1 天前
【踩坑笔记】Geforce RTX5060 显卡对应的 Pytorch 安装
人工智能·pytorch·笔记