tf.keras.backend.clear_session
Destroys the current TF graph and creates a new one.
View aliases
Compat aliases for migration
See
Migration guide for
more details.
tf.compat.v1.keras.backend.clear_session
, tf.compat.v2.keras.backend.clear_session
tf.keras.backend.clear_session()
Useful to avoid clutter from old models / layers.