Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 434 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 434 Bytes

pytorch官网

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

目录

1. Pytorch_Basic

2. Pytorch Intro

3. Pytorch Demos