This commit is contained in:
Morvan Zhou
2017-06-23 10:58:37 +10:00
committed by Morvan Zhou
parent 2f33447f6a
commit 76c82cf670

View File

@ -14,7 +14,8 @@
In these tutorials for pyTorch, we will build our first Neural Network and try to build some advanced Neural Network architectures developed recent years. In these tutorials for pyTorch, we will build our first Neural Network and try to build some advanced Neural Network architectures developed recent years.
Thanks for [liufuyang's](https://github.com/liufuyang) great contribution who added [**notebook files**](https://github.com/MorvanZhou/PyTorch-Tutorial/tree/master/tutorial-contents-notebooks) for this tutorial. Thanks for [liufuyang's](https://github.com/liufuyang) [**notebook files**](https://github.com/MorvanZhou/PyTorch-Tutorial/tree/master/tutorial-contents-notebooks)
which is a great contribution to this tutorial.
* pyTorch basic * pyTorch basic
* [torch and numpy](https://github.com/MorvanZhou/PyTorch-Tutorial/blob/master/tutorial-contents/201_torch_numpy.py) * [torch and numpy](https://github.com/MorvanZhou/PyTorch-Tutorial/blob/master/tutorial-contents/201_torch_numpy.py)