From ab297055ee9339302d2f882a48dee4240e4da091 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 a9c63b62c..be79cf534 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)