-
Notifications
You must be signed in to change notification settings - Fork 11
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
RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED #2
Comments
By the way, what is the format of the dataset catalog? |
I also have this problem. It occurs because |
@zengmmm00 @zxt-triumph Did you guys manage to solve the issue? If so, do you remember what you did to solve the issue? I am sure I arranged the dataset correctly and am not having success debugging the line |
Hello, can you tell me the structure of the OCTA dataset? After downloading the dataset, I couldn't match the dataset structure in the code. I don't know how to handle the OCTA500 dataset to make the code run smoothly. Please give me some suggestions, thank you very much. |
I never did get to run IPN-V2 correctly, so maybe my dataset folder structure was incorrect. Or maybe the problem is with the code itself. I never did figure it out and stopped working with this model. |
Thank you for your reply. I have seen other people's methods for processing the OCTA500 dataset. I'm also giving up on this model. Good luck for you! |
Wishing you the best too. I would suggest trying to pick recent model that has a more active community/authors or where the github issues is active. |
RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED
I always encounter this problem when I reproduce the experiment.
How can i solve this problem?
Looking forward to your reply.
The text was updated successfully, but these errors were encountered: