tensorboardcolab icon indicating copy to clipboard operation
tensorboardcolab copied to clipboard

Do not remove summary dir

Open JaysonAlbert opened this issue 6 years ago • 1 comments

https://github.com/taomanwai/tensorboardcolab/blob/337dce9890dadcb977b60322c30c76dee7fb42b1/tensorboardcolab/core.py#L21

Every time i rerun the setup, it removes all my saved summaries. While sometimes after a long run model, the ngrok connect breaks, so i have to rerun the tensorboardcolab, and hours of works are gone.

Of course i can always run ngrok http 6006 instead after the setup, but somehow i forget every time.

JaysonAlbert avatar Jan 07 '19 08:01 JaysonAlbert

I also encountered the same problem. After a long run, ngrok will show 'tunnel expired error' since we do not log in ngrok account. How about designing an input box and let we fill in the authtoken?

cz-dot avatar Mar 28 '19 03:03 cz-dot