Not sure if I encountered the same problem, but
tf.keras.backend.clear_session()
at the beginning of the cell in which the model was built and trained (in my case, Keras), it helped “reduce clutter”, so that only the current graph remains in the TensorBoard visualization after repeated runs of the same cell.
Environment: TensorFlow 2.0 ( tensorflow-gpu==2.0.0b1 ) in Colab with built-in TensorBoard (using %load_ext tensorboard ).
John Doe Jul 24 '19 at 7:41 2019-07-24 07:41
source share