Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closing running Tensorboard #92

Open
chovanecm opened this issue May 3, 2018 · 3 comments
Open

Closing running Tensorboard #92

chovanecm opened this issue May 3, 2018 · 3 comments

Comments

@chovanecm
Copy link
Owner

chovanecm commented May 3, 2018

As a user, I want to be able to stop an already running Tensorboard

@jyhong836
Copy link

For running multiple tensorboard, this implementation at jupyter_tensorboard/tensorboard_manager.py might be a good practice.
Maintaining multiple tensorboard by processes is not very efficient and hard to manage.

@chovanecm
Copy link
Owner Author

Hi, thanks for your proposal. Have you experienced any troubles with the current implementation? (Yes, it is not perfect, but I am trying to figure out if it makes sense to change it now)

@jyhong836
Copy link

Thank you for your reply.

In fact, the frontend is okay for using even if it is implemented in process-style.

I am just worried about running too much tensorboard in the background, which might overload my computer. And I cannot know how many tensorboard threads have been running there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants