From 2032bb3501e85d47f8c5e09df135dd02c32a162c Mon Sep 17 00:00:00 2001 From: Yunjey Choi Date: Mon, 1 Jun 2020 12:56:16 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 104ffaa..59ac330 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -------------------------------------------------------------------------------- -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](http://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html). If you are also interested in generative models, please check our recent work [StarGAN v2](https://github.com/clovaai/stargan-v2). +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](http://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html).