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/
相关推荐
MDLZH11 小时前
WSL实践二
人工智能·pytorch·深度学习
倦王13 小时前
PyTorch图片数据载入方法
人工智能·pytorch·python
Anson Jiang17 小时前
PyTorch轻松实现CV模型:零基础到实战
pytorch·python·django·flask·python开发
10岁的博客1 天前
PyTorch快速搭建CV模型实战
人工智能·pytorch·python
Geoking.1 天前
PyTorch torch.unique() 基础与实战
人工智能·pytorch·python
be_humble2 天前
GPU机器-显卡占用
pytorch·python·深度学习
敲代码的猴先生2 天前
技术分享 | torch.profiler:利用探针收集模型执行信息的性能分析工具
人工智能·pytorch·经验分享·语言模型·性能优化
Geoking.2 天前
PyTorch 基础详解:tensor.item() 方法
人工智能·pytorch·python
南方的狮子先生2 天前
【深度学习】60 分钟 PyTorch 极速入门:从 Tensor 到 CIFAR-10 分类
人工智能·pytorch·python·深度学习·算法·分类·1024程序员节
reept2 天前
Pytorch常用函数学习摘录
人工智能·pytorch·学习