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/
相关推荐
放下华子我只抽RuiKe52 天前
React 从入门到生产(一):JSX 与组件思维
前端·javascript·人工智能·pytorch·深度学习·react.js·前端框架
z小猫不吃鱼2 天前
05 Pytorch之 ViT-B/16 源码逐行解析
人工智能·pytorch·python
xG8XPvV5d2 天前
PyTorch特征提取器源码精析
人工智能·pytorch·python
Hello Mr.Z2 天前
双机双卡训练yolov5(yolov5+pytorch+DDP+NCCL+RDMA全栈解析)
人工智能·pytorch·yolo
晚霞的不甘2 天前
CANN ATB 加速库深度解析:Transformer 模型的加速引擎
人工智能·pytorch·transformer
lwf0061642 天前
PyTorch vs Transformer:框架与架构的区别
人工智能·pytorch·transformer
MediaTea2 天前
DL:前馈神经网络的基本原理与 PyTorch 实现
人工智能·pytorch·深度学习·神经网络·机器学习
Wiktok2 天前
【Wit智慧引擎】亲测可用国内pytorch镜像
人工智能·pytorch·python
m0_617493942 天前
PyTorch CUDA设备不可用错误解决方案
人工智能·pytorch·python
EnCi Zheng3 天前
09-斯坦福CS336作业 [特殊字符]
人工智能·pytorch·python·深度学习·神经网络