标签:als local html 环境 table 动手 notebook note only
PyTorch官网
PyTorch官方教程
PyTorch官方文档
动手学深度学习PyTorch版
新建环境:
conda create --name torch python=3.7
安装一些可能要用到的包(非必须,看自己情况):
conda install numpy
conda install spyder
conda install jupyter notebook
安装PyTorch:
conda install pytorch torchvision cpuonly -c pytorch # CPU版
GPU版根据CUDA版本不同命令也不同,可以去这里查看安装命令
标签:als local html 环境 table 动手 notebook note only
原文地址:https://www.cnblogs.com/pengweiblog/p/12722503.html