-
-
Notifications
You must be signed in to change notification settings - Fork 721
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
Exception has occurred: OperatorNotAllowedInGraphError #52
Comments
Did you use the tensorflow 2 to run the script? |
I use 1.15.x to run this train.py script. It's fine when run with defuat configure, but throw the error when specific 'wgan-gp' as the running gan. |
Sorry, I didn't try the 'wgan-gp'. Can't help. |
File "/hy-tmp/AnimeGANv2-master/AnimeGANv2.py", line 125, in gradient_panalty |
I have the same problem with dragan, wgan-lp and wgan-gp. gan, lsgan and hinge are working.
|
A OperatorNotAllowedInGraphError throw out when I train AnimeGAN, witch I choose 'wgan-gp' as the defualt training gan. Exception trace log as follows:
I'm not familiar with tensorflow 1.x, does any body can help fix this issus.
The text was updated successfully, but these errors were encountered: