Skip to content

GAN Compression v1.0 Release Notes

Compare
Choose a tag to compare
@lmxyy lmxyy released this 08 Jun 16:46
· 100 commits to master since this release

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.