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
hello, i converted the code using the tf_upgrade_v2 --infile inpaint_model.py --outfile inpaint_model_up.py but i still have a problem with the ecompatiility of tf.compat.v1.placeholder
i am gitteng this error
Iterating over a symbolic tf.Tensor is not allowed in Graph execution. Use Eager execution or decorate this function with @tf.function.
When run val_input_model.py line 174 report this error. Why ???
The text was updated successfully, but these errors were encountered: