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/
相关推荐
独隅9 小时前
PyTorch 分布式训练完整指南:策略、实现与模型选型
人工智能·pytorch·分布式
沪漂阿龙9 小时前
卷积神经网络(CNN)零基础通关指南:原理、图解与PyTorch实战
人工智能·pytorch·cnn
龙文浩_1 天前
AI中NLP的注意力机制的计算公式解析
人工智能·pytorch·深度学习·神经网络·自然语言处理
断眉的派大星1 天前
pytorch中链式法则求解梯度
人工智能·pytorch·python
龙文浩_1 天前
AI中NLP的深入浅出注意力机制 Seq2Seq 模型
人工智能·pytorch·深度学习·神经网络·自然语言处理
却道天凉_好个秋2 天前
pytorch(一):张量
人工智能·pytorch·python·深度学习
网上邻居YY2 天前
深度学习DL 之 安装PyTorch·GPU版、CUDA(本人Anaconda、Python、PyCharm已提前安装好)
pytorch·经验分享·python·深度学习·pycharm·学习方法
ZhiqianXia2 天前
Pytorch 学习笔记(21) : PyTorch Profiler
pytorch·笔记·学习
盼小辉丶2 天前
PyTorch实战(41)——Hugging Face在PyTorch中的应用
人工智能·pytorch·深度学习·hugging face
ZhiqianXia2 天前
PyTorch学习笔记(16):scheduler.py
pytorch·笔记·学习