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 the model on 300W_LP reports the cuda runtime error #27

Closed
java63940 opened this issue Jul 17, 2018 · 2 comments
Closed

train the model on 300W_LP reports the cuda runtime error #27

java63940 opened this issue Jul 17, 2018 · 2 comments

Comments

@java63940
Copy link

Hi natanielruiz, thanks a lot to open source your project, I use your model to test my video, it behavies very good.
Now I want to train your model on 300W_LP:

python code/train_hopenet.py --data_dir=300W_LP --filename_list=filename_list

When the train process run several thousands images, he crash and report the following errors:

/THCUNN/ClassNLLCriterion.cu:101: void cunn_ClassNLLCriterion_updateOutput_kernel(Dtype *, Dtype *, Dtype *, long *, Dtype *, int, int, int, int, long) [with Dtype = float, Acctype = float]: block: [0,0,0], thread: [16,0,0] Assertion t >= 0 && t < n_classes failed.

It crashs at train_hopenet.py:177, when access "yaw_predicted"

Any ideas ? thinks

@java63940
Copy link
Author

solved.
#6

@MoonBunnyZZZ
Copy link

where to download the 300W_LP dataset? Thank you! @java63940

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

2 participants