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

Are the configurations for the classification correct? #8

Open
jongchyisu opened this issue May 26, 2018 · 1 comment
Open

Are the configurations for the classification correct? #8

jongchyisu opened this issue May 26, 2018 · 1 comment

Comments

@jongchyisu
Copy link

Hi, I'm trying to run your classification code. Is the current configuration in VRN.py correct? Now the batch size is 1 (which makes it more than 2 hours for training one epoch), and the learning rate is 0.002 and 0.0002 after 12 epochs. What's the batch size and learning rate and training epochs you used in your paper? I couldn't find it in the paper. Thanks very much!

@ajbrock
Copy link
Owner

ajbrock commented May 31, 2018

IIRC (it's been a long time) those config patterns are for inference. Batch size of 50, and a double-up augmentation strategy, each epoch on a Maxwell Titan X took 6+ hours. I don't recall the exact annealing strategy, I think the one I provide should work okay, but I'd strongly recommend using cosine annealing instead, these days.

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

2 participants