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

train val accuracy is not as high as mentioned. Plus res101 accuracy curve is not stable #7

Closed
1093842024 opened this issue Dec 10, 2018 · 2 comments

Comments

@1093842024
Copy link

i train with context_path: resnet101 and resnet 18.
first question: both the validation accuracy hardly reach 0.9, Mostly stop as 0.88-0.89.
second question: while the resnet101 training, the validation accuracy will fluctuate a lot after epoch 100, and will drop a lot after about epoch 180+.
could you please share your training parameter like lr,batchsize,GPU num,crop_height,crop_width and some detailed trick?

@hubutui
Copy link

hubutui commented Dec 13, 2018

Try another optimizer? The authors use SGD, and this repo use RMSprop, not sure why. Why not have a try with Adam, or just the simple SGD with momentum >= 0.9, and adjust your learning rate according to learning curve in tensorboardx.

@JunjieZhouwust
Copy link

Which dataset did you train? I train resnet101 with CamVid, train loss is close to 0.3, precision_val is close to 0.25 after 35 epoch. Do you know what is the problem?

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

4 participants