gan-compression

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

OTHER License

Stars
1.1K

Bot releases are hidden (Show)

gan-compression - GAN Compression v1.5 Release Notes Latest Release

Published by lmxyy over 3 years ago

Include the MUNIT experiments on edges2shoes.

gan-compression - GAN Compression v1.5 Release Notes

Published by lmxyy almost 4 years ago

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

gan-compression - GAN Compression v1.4 Release Notes

Published by lmxyy about 4 years ago

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

gan-compression - GAN Compression v1.3 Release Notes

Published by lmxyy about 4 years ago

Release the simplified pipeline for the cycleGAN and pix2pix model.

gan-compression - GAN Compression v1.2 Release Notes

Published by lmxyy over 4 years ago

Support GauGAN training.

gan-compression - GAN Compression v1.1 Release Notes

Published by lmxyy over 4 years ago

Fix a bug in weight_transfer.py.

gan-compression - GAN Compression v1.0 Release Notes

Published by lmxyy over 4 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.