Hello, thanks for this repo.
The dataset split seems to differ from the description in the paper.
In the paper:
For EMNIST, following MatchingGAN[16], we randomly select 28 categories from total 48 categories as training seen categories and select 10 categories from remaining categories as unseen testing categories
which suppose be 28:10:10 for train, val and test.
Hello, thanks for this repo. The dataset split seems to differ from the description in the paper.
In the paper:
which suppose be 28:10:10 for train, val and test.
In the code:
which is 35:7:5 for train, val and test.
Which is the setting to re-implement the result in the paper?