tf.keras.backend.clear_session

View source on GitHub

Destroys the current TF graph and creates a new one.

tf.keras.backend.clear_session()

Useful to avoid clutter from old models / layers.