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/
相关推荐
DogDaoDao7 小时前
用PyTorch实现多类图像分类:从原理到实际操作
图像处理·人工智能·pytorch·python·深度学习·分类·图像分类
栒U19 小时前
从高层 PyTorch 到中层 CUDA Kernel 到底层硬件 Tensor Core
人工智能·pytorch·python
小王爱学人工智能20 小时前
神经网络模型搭建及手写数字识别案例
pytorch·python·神经网络
钢铁男儿1 天前
PyTorch 机器学习基础(机器学习一般流程)
人工智能·pytorch·机器学习
老鱼说AI1 天前
当自回归模型遇上扩散模型:下一代序列预测模型详解与Pytorch实现
人工智能·pytorch·深度学习·神经网络·语言模型·自然语言处理·stable diffusion
Ysn07191 天前
pytorch_grad_cam 库学习笔记—— Ablation-CAM 算法的基类 AblationCAM 和 AblationLayer
pytorch·笔记·学习
盼小辉丶2 天前
PyTorch生成式人工智能——PatchGAN详解与实现
人工智能·pytorch·生成模型
点云SLAM2 天前
PyTorch中 nn.Linear详解和实战示例
人工智能·pytorch·python·深度学习·cnn·transformer·mlp
过往入尘土2 天前
深入浅出 PyTorch:从下载安装到核心知识点全解析
人工智能·pytorch·python
能力越小责任越小YA2 天前
服务器(Linux)新账户搭建Pytorch深度学习环境
人工智能·pytorch·深度学习·环境搭建