diff --git a/README.md b/README.md index 5297f59..a73e3ca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # GAN Compression ### [project](https://hanlab.mit.edu/projects/gancompression/) | [paper](https://arxiv.org/abs/2003.08936) | [demo](https://www.youtube.com/playlist?list=PL80kAHvQbh-r5R8UmXhQK1ndqRvPNw_ex) +**[NEW!]** Correct metric naming and update the evaluation protocol. Support MACs budget for searching. + **[NEW!]** The compressed model and test codes of GauGAN are released! Check [here](#gaugan) to use our models. **[NEW!]** The [tutorial](docs/training_tutorial.md) of compression is released! Check the [overview](docs/overview.md) for better understanding our codebase.