-
Notifications
You must be signed in to change notification settings - Fork 131
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
A problem in running facialDetails.py #43
Comments
sorry for replying late, did you resolve this issue? |
Thank you for your reply.
I tried to solve the problem through the Internet. Some people said it's because of data type problems, but I don't see any corresponding problems. I wonder if it's because I only have one GPU. Then I tried again, but still failed. |
one gpu should be fine, I didn't occur this issue before, could you post your pytorch, cuda version and GPU types? |
Thank you for responding so quickly! |
so weird and sorry I couldn't figure out the problem. |
Thanks for publishing the project!
But some problems occur when I run the code on my computer.
When I try
python facialDetails.py -i ./samples/details/019615.jpg -o ./results --batchSize 10
it returns
RuntimeError: cuDNN error: CUDNN_STATUS_BAD_PARAM
How can I solve this problem?
The text was updated successfully, but these errors were encountered: