jcjohnson/pytorch-examples
――We explain the function and usage of PyTorch by first implementing a simple NN with pure NumPy and then gradually rewriting it with the function of PyTorch. It is also easy to understand the practical part of defining an NN model and a differentiable function by yourself. It may be easier to understand than the original tutorial. It seems to be close to a must read.