-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replicating results #10
Comments
Thanks for your interest in our work! It turned out indeed that I set the default training epochs to be too low for some of the settings. In 3d07dd5 I changed the default values to ones that should cover all settings. I also specified the initial Thanks again. Let me know if you still have problems using the updated settings. |
Thanks, already getting better results with the new defaults! |
@ilia10000 The results in the paper are based on the final images. It is possible that some intermediate results are better. |
I think your paper is fascinating so I have been experimenting with it for a few weeks now.
I was wondering what hyperparams you used to get 10 images that achieve almost 94% accuracy on MNIST after 1 GD step and 3 epochs. I can't seem to hit this when I run the suggested code for 200 epochs. At most I managed to get around 91%.
python3 main.py --mode distill_basic --dataset MNIST --arch LeNet --distill_steps 1 --train_nets_type known_init --n_nets 1 --test_nets_type same_as_train
The text was updated successfully, but these errors were encountered: