install pytorch with specific version :
conda install pytorch=0.1.10 -c soumith
pip install pytorch=0.1.10
check the version:
import torch
print(torch.__version__)
install pytorch with specific version :
conda install pytorch=0.1.10 -c soumith
pip install pytorch=0.1.10
check the version:
import torch
print(torch.__version__)
您可能感兴趣的与本文相关的镜像
PyTorch 2.5
PyTorch 是一个开源的 Python 机器学习库,基于 Torch 库,底层由 C++ 实现,应用于人工智能领域,如计算机视觉和自然语言处理
554
8794
3206