pytorch2.6安装

文章目录

cuda:cuda_11.8.0_522.06_windows
cudnn:cudnn-windows-x86_64-8.6.0.163_cuda11-archive

bash 复制代码
conda create -n pytorch2.6 python=3.10
bash 复制代码
pip install torch==2.6.0+cu118 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
bash 复制代码
pip install scikit-image -i https://pypi.mirrors.ustc.edu.cn/simple/
pip install pillow -i https://pypi.mirrors.ustc.edu.cn/simple/
pip install opencv-python -i https://pypi.mirrors.ustc.edu.cn/simple/
pip install tqdm -i https://pypi.mirrors.ustc.edu.cn/simple/
pip install matplotlib -i https://pypi.mirrors.ustc.edu.cn/simple/
pip install wandb -i https://pypi.mirrors.ustc.edu.cn/simple/
pip install tensorboard -i https://pypi.mirrors.ustc.edu.cn/simple/
pip install pycuda -i https://pypi.mirrors.ustc.edu.cn/simple/
相关推荐
道19935 小时前
PyTorch 从小白到高级进阶教程[工业级示例](三)
人工智能·pytorch·python
木棉知行者5 小时前
PyTorch 核心方法:state_dict ()、parameters () 参数打印与应用
人工智能·pytorch·python
Mr.Lee jack5 小时前
【torch.compile】PyTorch2.0新特性概览
pytorch
道19935 小时前
PyTorch 从小白到高级全阶段学习大纲(一)
人工智能·pytorch·学习
Mr.Lee jack6 小时前
【torch.compile】TorchFX图捕获技术
pytorch
whitelbwwww10 小时前
Pytorch--张量
开发语言·pytorch·python
Mr.Lee jack10 小时前
【torch.compile】国产设备适配与 Triton 后端扩展
pytorch
Lethehong10 小时前
首发实践:在昇腾NPU上从零部署与深度评测Mistral-7B-v0.3全流程
人工智能·pytorch·python·昇腾atlas 800t·mistral-7b-v0.3
Francek Chen10 小时前
【自然语言处理】应用01:情感分析及数据集
人工智能·pytorch·深度学习·自然语言处理
瀚岳-诸葛弩11 小时前
对比tensorflow,从0开始学pytorch(二)--多尺度实现
人工智能·pytorch·tensorflow