Skip to content

MMGeneration v0.2.0 Released

Compare
Choose a tag to compare
@nbei nbei released this 30 May 16:02
· 474 commits to master since this release
6e25a77

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)

Fix bugs and Improvements

  • Fix loss of sample-cfg argument (#13)
  • Add pbar to offline eval and fix bug in grayscale image evaluation/saving (#23)
  • Fix error when data_root option in val_cfg or test_cfg are set as None (#28)
  • Change latex in quick_run.md to svg url and fix number of checkpoints in modelzoo_statistics.md (#34)