-
Notifications
You must be signed in to change notification settings - Fork 113
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
InvalidArgumentError on build_model #26
Comments
Even I got the same issue first, Change your tensor flow version to 1.14 or 1.8. It worked fine for me for the same error. |
@vijayannepu,I installed tensorflow 1.8.0 and run this code,but some errors as blow. Is the problem of tf version? |
@675492062 , I got the same problem. It is related to the way how you feed data to the model.
|
I am running the example notebook locally. In the "build model" step, I get the following error:
InvalidArgumentError: Duplicate node name in graph: 'Dec_VAE_VDraw_Sampling/random_normal/shape'
Do you know what is causing it and how to fix it?
The text was updated successfully, but these errors were encountered: