码迷,mamicode.com
首页 > 其他好文 > 详细

PyTorch学习(一)

时间:2020-04-17 21:46:01      阅读:65      评论:0      收藏:0      [点我收藏+]

标签: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版本不同命令也不同,可以去这里查看安装命令

PyTorch学习(一)

标签:als   local   html   环境   table   动手   notebook   note   only   

原文地址:https://www.cnblogs.com/pengweiblog/p/12722503.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!