Releases: lucidrains/lightweight-gan
Releases · lucidrains/lightweight-gan
0.9.0
replace hamburger with linear attention
0.8.5
move to image values of [0, 1] and also make spatial residuals span 4…
0.8.4
add topk generator training
0.8.3
write own fast transpose free version of adaptive max|avg pool1d
0.8.2
Merge pull request #9 from lucidrains/pw/add-spatial-excitation-residual Pw/add spatial excitation residual
0.8.1
Merge pull request #8 from lucidrains/pw/add-spatial-excitation-residual add spatial skip-layer excitation
0.8.0
Merge pull request #8 from lucidrains/pw/add-spatial-excitation-residual add spatial skip-layer excitation
0.7.9
make sure to save optimizer and discriminator output size to config
0.7.8
default translation augmentation to be on
0.7.7
add adabelief from @FilipAndersson245