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
in your code, tf.placeholder is not compatible with eager execution
but when I turn of eager mode, there is a new error "numpy() is only available when eager execution is enabled"
how can I resolve this?
The text was updated successfully, but these errors were encountered:
in your code, tf.placeholder is not compatible with eager execution
but when I turn of eager mode, there is a new error "numpy() is only available when eager execution is enabled"
how can I resolve this?
The text was updated successfully, but these errors were encountered: