microsoft / microsoft/vscode-tensorboard
Be able to stop the tensorboard server
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 9
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 1
Description
Feature
Open the command palette and select the command Python: Stop Tensorboard.
Reasoning
I am often running close to the RAM limits of my machines that I use TensorFlow on. Sometimes it is enough to close the tensorboard server to have just enough RAM to complete my runs.
Workaround
Reloading the window shuts down the tensorboard server too, but it takes more time than just killing a process. Lately, I have been running the tensorboard server from the command line because it was easier to kill.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the VS Code command-palette registration for Python: Stop Tensorboard and the code that manages the Tensorboard server. Check how reloading the window currently stops the server, then define the command's completion behavior and verify that it frees the running server without requiring a window reload.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100