-
Notifications
You must be signed in to change notification settings - Fork 149
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
Fine-tuned model "model_best.t7" is worng. #16
Comments
where does the number "400" come from? |
Thank you for the reply. Can you say some details about how to train the model_best.t7(How to use CNN-GPUs)? |
There is no special trick to use CNN-GPU. Maybe first you need to figure out where the number "400" comes from. |
Thank you for the reply. After I checked the program again and again. |
Hi:
I got new error,
After spent almost two weeks to fine tuned both flow and RGB model("model_best.t7" in the folder CNN-GPUs),when I use the two models to generat the feature(in CNN-Pred-Feat),the error appear:
inconsistent tensor size, expected tensor [1 x 25 x 101] and src [400 x 101] to have the same number of elements, but got 2525 and 40400 elements respectively at /home/gtune/torch/pkg/torch/lib/TH/generic/THTensorCopy.c:86
How to correct the code?
The text was updated successfully, but these errors were encountered: