Skip to content

Commit

Permalink
README: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
woctezuma committed Feb 1, 2021
1 parent eb01c7e commit ab29705
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit ab29705

Please sign in to comment.