Skip to content
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

If I don't want to use terngrad,does setting FLAGS.floating_grad_epoch=1 is all I need to do? #14

Open
woskii opened this issue Apr 12, 2019 · 0 comments

Comments

@woskii
Copy link

woskii commented Apr 12, 2019

When I ran cifar10_alexnet on cifar10 dataset, I used terngrad and set FLAGS.floating_grad_epoch=0 (leave other arguments default), achieved top_1=86.04 after 300000 steps.
And then I want to see original accuracy without terngrad and set FLAGS.floating_grad_epoch=1,but I got top_1=85.64 after 300000 steps, which is not consistent with results in paper. I want to make sure that I used in a correct way.

By the way, if I want to test it on other models like densenet, what arguments should I modified? (weight decay? base lr?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant