使用 PyTorch 进行深度学习:60 分钟闪电教程¶
- tensor_tutorial.py
什么是 PyTorch?https://pytorch.org/tutorials/beginner/blitz/tensor_tutorial.html
- autograd_tutorial.py
自动微分 https://pytorch.org/tutorials/beginner/blitz/autograd_tutorial.html
- neural_networks_tutorial.py
神经网络 https://pytorch.org/tutorials/beginner/blitz/neural_networks_tutorial.html#
- cifar10_tutorial.py
训练分类器 https://pytorch.org/tutorials/beginner/blitz/cifar10_tutorial.html
- data_parallel_tutorial.py
可选:数据并行 https://pytorch.org/tutorials/beginner/blitz/data_parallel_tutorial.html