From 64c733001b8facfeb793cd1dbea34f4d46f4d147 Mon Sep 17 00:00:00 2001 From: Yunjey Choi Date: Mon, 27 Apr 2020 11:43:13 +0900 Subject: [PATCH 1/6] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 776b8394..272fc44b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ This repository provides tutorial code for deep learning researchers to learn [P * [TensorBoard in PyTorch](https://github.com/yunjey/pytorch-tutorial/tree/master/tutorials/04-utils/tensorboard) -
## Getting Started @@ -52,6 +51,4 @@ $ python main.py
- -## Author -Yunjey Choi/ [@yunjey](https://github.com/yunjey) +If you are interested in generative models, please check our recent work [StarGAN v2](https://github.com/clovaai/stargan-v2). From 825b423f4ce40901e7556d7f8b77588cad6d6673 Mon Sep 17 00:00:00 2001 From: Yunjey Choi Date: Mon, 27 Apr 2020 11:44:17 +0900 Subject: [PATCH 2/6] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 272fc44b..104ffaaf 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). +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).
@@ -49,6 +49,4 @@ $ python main.py -
-If you are interested in generative models, please check our recent work [StarGAN v2](https://github.com/clovaai/stargan-v2). From 2032bb3501e85d47f8c5e09df135dd02c32a162c Mon Sep 17 00:00:00 2001 From: Yunjey Choi Date: Mon, 1 Jun 2020 12:56:16 +0900 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 104ffaaf..59ac3300 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).
From 272b8f27afd9741239e8cb61bd2b89a850abc911 Mon Sep 17 00:00:00 2001 From: Yunjey Choi Date: Tue, 16 Jun 2020 21:24:41 +0900 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59ac3300..bbb03327 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). +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 adversarial networks, check out recent work, [TUNIT](https://github.com/clovaai/tunit).
From 0fbb8b60c145efb67ff00940ffed403a66ef2d87 Mon Sep 17 00:00:00 2001 From: Yunjey Choi Date: Tue, 16 Jun 2020 21:25:07 +0900 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbb03327..051e94f1 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 adversarial networks, check out recent work, [TUNIT](https://github.com/clovaai/tunit). +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 adversarial networks, check out our recent work, [TUNIT](https://github.com/clovaai/tunit).
From 0500d3df5a2a8080ccfccbc00aca0eacc21818db Mon Sep 17 00:00:00 2001 From: Yunjey Choi Date: Mon, 6 Jul 2020 12:36:38 +0900 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 051e94f1..59ac3300 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 adversarial networks, check out our recent work, [TUNIT](https://github.com/clovaai/tunit). +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).