-
Notifications
You must be signed in to change notification settings - Fork 80
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
Encounter error when training: Check failed: err == cudaSuccess (77 vs. 0) #14
Comments
Could you share your data segmentation you use for training? |
@levanpon98 Do you mean the face segmentation? I get the segmentation result of CelebA using |
Thank you, I just run training my data, but i encounter an error, i think my data have problem. So, how to generate face segmentation using this repos?? |
This is the core code I write to get the segmentation, hope this would be helpful to you.
|
Thank you. |
partially solved the issue by reducing batch size. tensorflow==1.10.0 |
@deepmo24
Have you got this error yet? |
10-20 12:02:08 - x - INFO: - Input to reshape is a tensor with 401408 values, but the requested shape has 802816 Caused by op 'BatchGather/Reshape_2', defined at: InvalidArgumentError (see above for traceback): Input to reshape is a tensor with 401408 values, but the requested shape has 802816 This is my error, interesting |
Hi,I have the same problem, do you solve it? And how? |
During training, I encounter this error:
I don't know whether this error is caused by tensorflow version. I tried tensorflow=1.8.0 and 1.10.0, but still encountered this error. hope you can give me some suggestions. Thanks.
The text was updated successfully, but these errors were encountered: