This is an open source book by AI SUMMER, the goal is to help those who want and use PyTorch for deep learning development and research.
The technology of deep learning is developing rapidly, and PyTorch is constantly updated, and I will gradually improve the relevant content.
As the PyTorch version changes, the tutorial version will be the same as the PyTorch version.
PyTorch has released the latest version 1.6.0.
Organize chapters and notebooks
!? benchmarks on data loading, weight initialization, optimizers
Custom dataloaders
Templates for better coding in pytorch
Updates of tensorboard instead of tensorboardX
useful functions
Custom Losses and losses from numpy tensors (as in cython), networks types of fusion,
- Introduction to PyTorch
- PyTorch environment setup
- PyTorch Deep Learning: 60-minute quick start (official)
- Related Resource Introduction
- Tensor
- Automatic Derivation
- Neural Network Package nn and Optimizer optm
- Data loading and preprocessing
- Introduction to Neural Networks Note: This chapter will crash when opened locally with Microsoft Edge, please open Chrome Firefox to view
-
tensorboardx (tensorboard support now)
Pytorch processing structured data
Fashion MNIST image classification
Summary of common operations of transforms
pytorch's loss function summary
pytorch's optimizer summary