Releases: lucidrains/stylegan2-pytorch
Releases · lucidrains/stylegan2-pytorch
0.20.0
make sure there is an initial conv in generator after 4x4
0.19.3
set learning rate multiplier for mapping network to 0.1
0.19.2
fix pixel normalization
0.19.1
fix lr mlp
0.19.0
add a missing conv in discriminator
0.18.7
add equalized learning rate for style vectorizer
0.18.6
bump for release
0.18.5
default ttur to 2 when loading
0.18.4
add support for 2 channeled images
0.18.3
add fix for amp from @GetsEclectic