Mikai Zhu

Results 2 comments of Mikai Zhu

> Can you show how you instantiate `SAGAN_generator` and `SAGAN_discriminator` and the console output? We prefer to build models by `build_model(MODEL_CONFIG)`. Configs for SAGAN can be found in this [URL](https://github.com/open-mmlab/mmgeneration/tree/master/configs/sagan)....

> Thanks for your question. In the algorithm, we don't explicitly differentiate between open-set and close-set data. The discriminator implictly differentiates betweem them using their entropy. thanks for your reply,...