diff --git a/README.md b/README.md index 01b73ef..89f8425 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ -------------------------------------------------------------------------------- +

+ +

+ This repository provides tutorial code for deep learning researchers to learn [PyTorch](https://github.com/pytorch/pytorch). In the tutorial, most of the models were implemented with less than 30 lines of code. Before starting this tutorial, it is recommended to finish [Official Pytorch Tutorial](https://github.com/pytorch/tutorials/blob/master/Deep%20Learning%20with%20PyTorch.ipynb).