WIN11+RTX3060+
CUDA11.6+PYTORCH1.12+PYTHON3.8
如有莫名其妙的问题一定要先,彻底干净卸载,用控制台先clean,再常规卸载,然后清理电脑垃圾,重启。
ssl_verify: true
channels:
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
- defaults
show_channel_urls: true
安装各种包的时候会报错,替换成
ssl_verify: true
channels:
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
show_channel_urls: true
有的说要更新,我一更新再安装就各种报错,因人而异吧。
创建虚拟环境
conda create -n PyTorch python=3.8
找好对应版本
https://download.pytorch.org/whl/torch_stable.html
直接PIP安装,速度很快,安装的很完整
最后测试
navigator启动问题解决