-
Notifications
You must be signed in to change notification settings - Fork 262
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
Wrong Val acc? #2
Comments
Thanks for telling me this problem, I actually didn't make a validation in UCF101 dataset. |
@hawklucky Hi I have also found this bug in my experienment, when I get this train accuracy(93.75%): I think there must be some over fitting problem, maybe some bad parameter like L2 regular, ExponentialMovingAverage...... |
@hawklucky recently, I have solved this problem. And if you want to get a high acc as same as the caffe version you must fine-tuning from the author's sports1m model. So I have transferred the caffe model to TF model, and fine-tuning this model from UCF101 dataset, and get a 72% acc. |
Thanks for your excellent work! When I trained the model at around 10000 iters, the batch acc of training set is ~96%, but the batch acc of val set is ~ 29%, what's wrong? the training list and val list is the list i used for training in CNN which works well.
The text was updated successfully, but these errors were encountered: