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
2. Pytorch Tutorial
The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.