-
Notifications
You must be signed in to change notification settings - Fork 18
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
extract_image_feature generates "nan" probability #13
Comments
How about you batch_size ? Just decrease your batch_size when testing. |
My batch_size is 4, and the number of mini-batch is 9046, as suggested in the official sample code. |
Why should decreasing batch_size help? |
It may caused by the implementation of the caffe branch. Try it again, if you still get "nan" probability |
That is actually right, thank you. In my case, I decreased the batch_size from 4 to 1. mini_batch is still 9046. I think theoretically, the bigger the One more thing, could you elaborate more why do you think it may caused by the implementation of the caffe branch? |
Hi, Thank you for your interest. This issue seems due to a bug in C3D. I have fixed and updated it. Best, |
Hi,
Thanks for sharing the codes.
I followed the steps of reproducing results on THUMOS14. However, I found that some probabilities in .prob file generated by executing ./xfeat.sh were "nan". (not all probabilities in a single .prob file is "nan", only a few of them)
Any idea what may be wrong?
Thanks!
The text was updated successfully, but these errors were encountered: