Skip to content

Releases: mit-han-lab/gan-compression

GAN Compression v1.5 Release Notes

13 May 06:42
Compare
Choose a tag to compare

Include the MUNIT experiments on edges2shoes.

GAN Compression v1.5 Release Notes

16 Dec 06:01
Compare
Choose a tag to compare

Release Fast GAN Compression.
Include the GauGAN experiments on COCO-stuff.

GAN Compression v1.4 Release Notes

14 Aug 05:10
Compare
Choose a tag to compare

Simplify the lite pipeline (GAN Compression Lite)!
Release new models of GAN Compression Lite.

GAN Compression v1.3 Release Notes

21 Jul 10:52
Compare
Choose a tag to compare

Release the simplified pipeline for the cycleGAN and pix2pix model.

GAN Compression v1.2 Release Notes

10 Jul 03:17
Compare
Choose a tag to compare

Support GauGAN training.

GAN Compression v1.1 Release Notes

13 Jun 14:47
Compare
Choose a tag to compare

Fix a bug in weight_transfer.py.

GAN Compression v1.0 Release Notes

08 Jun 16:46
Compare
Choose a tag to compare

The official Pytorch implementation of GAN Compression v1.0.
Compared to the previous version, we corrected metric naming (mAP to mIoU), and updated Cityscapes mIoU valuation protocol (DRN(upsample(G(x))) -> upsample(DRN(G(x)))). We also added an option for the searching which supports only evaluating the sub-networks under a certain budget within the "once-for-all" network.