Releases: open-mmlab/mmgeneration
Releases · open-mmlab/mmgeneration
MMGeneration v0.7.3 Released
Fix bugs and Improvements
- Fix SiLU activation (#447)
- Support Perceptual Loss (#471)
- Fix tensor and index aren't on the same device error (#476)
New Contributors
- @zeakey made their first contribution in #446
- @Taited made their first contribution in #471
- @zengyh1900 made their first contribution in #467
- @vansin made their first contribution in #487
- @LeeTeng2001 made their first contribution in #490
- @Z-Fran made their first contribution in #497
Full Changelog: v0.7.2...v0.7.3
MMGeneration v0.7.2 Released
Improvements
- [Docs] Fix typos in docs. by @RangeKing in #425
- [Docs] Add doc for StyleGAN-Ada by @plyfager in #391
- [Fix] Update MMCV_MAX to 1.7 by @LeoXing1996 in #436
- [CI] update github workflow, circleci and github templates by @LeoXing1996 in #431
New Contributors
- @RangeKing made their first contribution in #425
Bump to version V1.0.0rc0
MMGeneration 1.0.0rc0 is the first version of MMGeneration 1.x, a part of the OpenMMLab 2.0 projects.
Built upon the new training engine, MMGeneration 1.x unifies the interfaces of dataset, models, evaluation, and visualization.
And there are some BC-breaking changes. Please check the migration tutorial for more details.
MMGeneration v0.7.1 Released
MMGeneration v0.7.0 Released
Highlights
New Features
- Support passing training arguments in static unconditional gan (#275)
- Support dynamic EMA, now you can define momentum updating policy (#261)
- Add multi machine distribute train (#267)
Fix bugs and Improvements
- Add brief installation steps in README (#270)
- Support random seed for distributed sampler (#271)
- Use hyphen for command line args in apps (#273)
Contributors
MMGeneration v0.6.0 Released
MMGeneration v0.5.0 Released
Highlights
- Support BigGAN style's Spectral Norm and update BigGAN with best FID and IS (#159)
- Support import projected latent and export video in interpolation (#167)
- Support Improved-DDPM model (#205)
New Features
- Support evaluation in distributed mode (#151)
- Support
presistent_work
in validation dataloader (#179) - Support dockerfile (#200)
- Support
mim
(#176)
Fix bugs and Improvements
- Fix bug in SinGAN dataset (#192)
- Fix SAGAN, SNGAN and BigGAN's default
sn_style
(#199, #213, #215, #217)
Contributors
MMGeneration v0.4.0 Released
MMGeneration v0.3.0 Released
Highlights
- Support conditional GANs: Projection GAN, SNGAN, SAGAN, and BigGAN
New Features
Fix bugs and Improvements
MMGeneration v0.2.0 Released
Highlights
- Support new methods: LSGAN, GGAN.
- Support mixed-precision training (FP16): official PyTorch Implementation and APEX (#11, #20)
New Features
- Add the experiment of MNIST in DCGAN (#24)
- Add support for uploading checkpoints to
Ceph
system (cloud server) (#27) - Add the functionality of saving the best checkpoint in GenerativeEvalHook (#21)