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
Update the use of removed and changed API in TF 2.0, which roughly
includes:
* tf.logging -> tf.compat.v1.logging
* tf.Summary -> tf.compat.v1.Summary
* tf.summary.image() -> tf.compat.v1.summary.image()
* Use tf.py_function in TF 2.0 (actually supported in latest TF 1.x
series as well), where we convert EagerTensor to ndarray inside
The text was updated successfully, but these errors were encountered: