aws / amazon-sagemaker-feedback

Amazon SageMaker Public Feedback Dashboard
Creative Commons Attribution Share Alike 4.0 International
5 stars 1 forks source link

Tensorboard Lifecycle Management Bug #14

Open rravu3 opened 9 months ago

rravu3 commented 9 months ago

Product Version

Issue Description

Closing the tab containing tensorboard on codespaces doesn't kill the process.

Steps to reproduce

  1. Use the ">" and select "Launch tensorboard".
  2. Close the tab.
  3. Open a terminal and run "ps -ef | grep tensorboard". Tensorboard server should show up as running.

Expected Behavior

No response

Observed Behavior

No response

Product Category

No response

Feedback Category

No response

Other Details

No response

ellisonbg commented 9 months ago

Thanks for opening this, a clarifying question. What part of Studio were you working in when you were doing this? Was this in JupyterLab, the main Studio UI, or Code Editor?

rravu3 commented 9 months ago

This was part of the VS Code Editor that I opened from the main Studio UI.

ellisonbg commented 9 months ago

OK, I investigated a bit and I think I understand the issue.

The capability you are asking about is part of the TensorBoard extension (https://marketplace.visualstudio.com/items?itemName=ms-toolsai.tensorboard). Unfortunately, this extension is only available for desktop version of VSCode (due to licensing restrictions). SageMaker uses the open source version (Called Code - OSS), which can access extensions from the OpenVSX extension set (https://open-vsx.org/) and it doesn't look like there are any TensorBoard related extension there.

SageMaker does have TensorBoard support though. I will pull in someone who can guide you in the right direction.