Restarting your PC to get an update in tensorboard sounds quite annoying. Are you able to just reload the page to see the updates or in the worst case restart the tensorboard instance?
Hello, reload the page doesn’t do anything. How do I restart tensorboard instance? I’m running the tensorboard from PyCharm terminal or Jupyter Notebobok. The only way for me to quit on pycharm is CTRL + C. But after CTRL + C and making a new tensorboard, the very old one still shows up.
I’m wondering if this might have something to do with buffering within the TensorBoard logging itself? Try playing with flush_secs or call flush() manually and see if that helps.