Releases: lucidrains/lightweight-gan
Releases · lucidrains/lightweight-gan
0.5.6
remove spectral norm from generator
0.5.5
add back self-supervised auxiliary loss for fake images too
0.5.4
back to applying self-supervised loss on every batch
0.5.3
allow for seamless transition from multi-gpus back to single gpu
0.5.2
remove gradient penalty in favor of spectral norm due to syncbatchnor…
0.5.1
make sync batchnorm work in multi-gpu setting
0.5.0
make sync batchnorm work in multi-gpu setting
0.4.1
make sure exponential moving average also updates the buffers (in bat…
0.4.0
go back to using evonorm-s0 for batch independent normalization
0.3.2
fix bugs