VainF / Data-Free-Adversarial-Distillation

Code and pretrained models for paper: Data-Free Adversarial Distillation
95 stars 18 forks source link

Can't reproduce the result for the teacher on CIFAR-100. #3

Closed YAaNnGg closed 2 years ago

YAaNnGg commented 2 years ago

Using your script train_teacher.py (modifying num_classes=100 and enabling CIFAR-100 dataset in argparser choices) can't achieve the same results as you posted. Could you please provide the details used in training or give some advice? Thanks a lot.