From 6486533594610fc9d494b089a0a7d39bb1e318f0 Mon Sep 17 00:00:00 2001 From: Kim Seonghyeon Date: Thu, 4 Jul 2019 10:21:00 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ed87e12b..8b74e8e0 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Style-Based GAN in PyTorch +##### Update (2019/07/04) + +* Now trainer uses pre-resized lmdb dataset for more stable data loading and training. +* Model architecture is now more closely matches with official implementation. + Implementation of A Style-Based Generator Architecture for Generative Adversarial Networks (https://arxiv.org/abs/1812.04948) in PyTorch Usage: