PyTorch is a python package that provides two high-level features:

Tensor computation (like numpy) with strong GPU acceleration
Deep Neural Networks built on a tape-based autograd system

1. PyTorch Installation

How to install PyTorch?

2. Pytorch Tutorial

Pytorch Tutorial

The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.

3. Deep learning examples using PyTorch

GitHub Repository one

GitHub Repository Two

GitHub Repository Three: Generative Models