You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: