Gan Compression Versions Save

[CVPR 2020] GAN Compression: Efficient Architectures for Interactive Conditional GANs

v1.6

3 years ago

Include the MUNIT experiments on edges2shoes.

v1.5

3 years ago

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

v1.4

3 years ago

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

v1.3

3 years ago

Release the simplified pipeline for the cycleGAN and pix2pix model.

v1.2

3 years ago

Support GauGAN training.

v1.1

3 years ago

Fix a bug in weight_transfer.py.

v1.0

3 years ago

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.