From 2c507a6682a0e9eded649ea259f16ef85fabb0fb Mon Sep 17 00:00:00 2001 From: Wok Date: Mon, 1 Feb 2021 18:34:30 +0100 Subject: [PATCH] README: add changelog --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 880974e3..b29e59d4 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ +## Changelog + +- save output images as JPG, +- automatically resume from the latest `.pkl` file with the command-line argument `--resume=latest`, +- automatically set the resume value of `kimg`, +- automatically set the resume value of the augmentation strength, +- allow to **manually** set the resume value of the augmentation strength, +- add config `auto_norp` to replicate the `auto` config without EMA rampup, +- allow to override mapping net depth with the command-line argument `--cfg_map`, +- allow to enforce CIFAR-specific architecture tuning with the command-line argument `--cifar_tune`. + ## StyleGAN2-ADA — Official PyTorch implementation ![Teaser image](./docs/stylegan2-ada-teaser-1024x252.png)