-
Notifications
You must be signed in to change notification settings - Fork 95
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 #23
Comments
I met the same problem, have you fixed it? |
no :( , if you find a solution let me know, author please help us. |
The problem is args.label_nc is not consistent with the label number of the mask. |
I'm having the same problem, but I am using grayscale images with proper integers for each class. Anyone found a workaround? |
Found the culprit, I had some rogue ids in my segmentation maps due to an error when generating them. |
I get an error when I run test.py
!python test.py --checkpoints_dir "" --name CelebA-HQ_pretrained --load_size 256 --crop_size 256 --dataset_mode custom --label_dir /content/SEAN/imgs/colormaps --image_dir /content/SEAN/imgs/colormaps --label_nc 19 --no_instance --gpu_ids 0
The text was updated successfully, but these errors were encountered: