From 5061df5123bc9cad5f56d30b7e736f59dd2daf4e Mon Sep 17 00:00:00 2001 From: yunjey Date: Wed, 22 Mar 2017 00:04:14 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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).