Skip to content

Latest commit

 

History

History

2_pytorch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

pytorch官网

安装Pytorch会安装两个模块, 一个是torch, 一个是torchvision,
torch 是主模块, 用来搭建神经网络的;
torchvision 是辅模块, 有数据库, 还有一些已经训练好的神经网络可以直接用, 如VGG, AlexNet, ResNet

目录

1. Pytorch_Basic

2. Pytorch Intro

3. Pytorch Demos