-
Notifications
You must be signed in to change notification settings - Fork 218
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
drop probability #31
Comments
Zhaoguo Wang <[email protected]>于2020年8月13日 周四18:52写道:
…
Did you use dropout while training? I noticed that all of the three
models, you set 'dropout_p=0.0', any re ason?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#31>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKS6G4GJUP5UYABG2FYLR2DSAOZXVANCNFSM4P6EQAPA>
.
|
I have been playing with this model for a while and training models, initially I had it on 0 and now changed it to default value which is 0.3. My model with the custom data introduced overfits after a number of epcohs so changing it to 0.3 has helped. |
I have overfitting too! I played ResRCNN model with my custom dataset(3 number predict, 5000 videos, 1000 classes). if no pretrained parameter, loss doesn't decrease, if initialized with UCF101 parameter, overfitting enve happen from the first epoch(train loss decrease, val loss increase). Except for dropout prob, did you change any other parameters to relieve overfitting? thanks! |
5000 videos and 1000 classes means 5 videos per class? I wonder if the model is learning anything? |
i have a similar setting with 1900 videos and 2 classes, i cant get the validation acc to increase beyond 55%, any suggestions for parameters you have tweaked |
Did you use dropout while training? I noticed that all of the three models, you set 'dropout_p=0.0', any reason?
The text was updated successfully, but these errors were encountered: