GAN Compression v1.0 Release Notes
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.