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
Recent Keras change has made it so the data dependent initialization fails:
_SymbolicException: Inputs to eager execution function cannot be Keras symbolic tensors, but found [<tf.Tensor 'sequential_1/weight_normalization/mul:0'
I'm submitting a hotfix which flags the model compile with experimental_run_tf_function=False. Another issue I'm tracking is tensorflow/probability#519 to see how TFP resolves their issue.