Skip to content
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

tf.keras compatibility #42

Open
olyaee opened this issue Apr 12, 2020 · 1 comment
Open

tf.keras compatibility #42

olyaee opened this issue Apr 12, 2020 · 1 comment

Comments

@olyaee
Copy link

olyaee commented Apr 12, 2020

Hi, I am trying to run the code using tf2 Keras. However, I receive the following error which is related to the loss_VAE function:

_SymbolicException: Inputs to eager execution function cannot be Keras symbolic tensors, but found [<tf.Tensor 'Dec_VAE_VDraw_Var/Identity:0' shape=(None, 128) dtype=float32>, <tf.Tensor 'Dec_VAE_VDraw_Mean/Identity:0' shape=(None, 128) dtype=float32>]`

I know its not a bug, but I will appreciate any suggestion to solve it.

Please find the complete NOTEBOOK here.

@IAmSuyogJadhav
Copy link
Owner

This script is old and was not designed for Tensorflow 2.0. You will need an older version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants