nabsabraham / research-in-pytorch

Short tutorials on useful stuff for building models when using PyTorch for the first time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collecting important resources for learning/building/researching in PyTorch

There's tons of good resources to learn PyTorch and alot of important functionalities that I'd like to document so I don't forget. These functionalities may be geared towards my research or just my understanding of PyTorch.

Good resources:

PyTorch Github - Official repo with great introductory code
Udacity Github - PyTorch course with projects and examples

Excellent explanations: Batch Norm by Frederik Kratzert

Gradient accumulation: super simple in torch:

About

Short tutorials on useful stuff for building models when using PyTorch for the first time.


Languages

Language:Jupyter Notebook 96.3%Language:Python 3.7%