youngtackpark
youngtackpark

Reputation: 1635

In Jupyter Lab, How do I clear previous tensorboard graphs?

I am using Jupyter Lab on Mac to run tensorflow and wondering how can I clear all the previous graphs every time I rerun my code? I have a problem in overlaying all the previous graphs on tensorboard whenever I rerun my code.

Thanks

Upvotes: 1

Views: 549

Answers (1)

Russell Izadi
Russell Izadi

Reputation: 31

You should restart the kernel through the kernel tab on the top of the notebook.

Upvotes: 3

Related Questions