Welcome to PyTorch Tutorials
New to PyTorch?
The 60 min blitz is the most common starting point and provides a broad view on how to use PyTorch. It covers the basics all to the way constructing deep neural networks.
Start 60-min blitzDeep Learning with PyTorch: A 60 Minute Blitz
Understand PyTorch’s Tensor library and neural networks at a high level.

Learning PyTorch with Examples
This tutorial introduces the fundamental concepts of PyTorch through self-contained examples.

What is torch.nn really?
Use torch.nn to create and train a neural network.

Visualizing Models, Data, and Training with Tensorboard
Learn to use TensorBoard to visualize data and model training.

TorchVision Object Detection Finetuning Tutorial
Finetune a pre-trained Mask R-CNN model.

Transfer Learning for Computer Vision Tutorial
Train a convolutional neural network for image classification using transfer learning.

Additional Resources
Examples of PyTorch
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
Check Them Out