Home > database >  How do I get tensorboard to work with sagemaker studio?
How do I get tensorboard to work with sagemaker studio?

Time:07-11

Currently playing around with tensorboard on Sagemaker studio. According to aws, it is supposedly possible. However, I keep encountering error code 500 after launching tensorboard and changing the file path to ...../proxy/{port number}

Great if somebody can assists on this topic :)

CodePudding user response:

See this step by step guide on how to enable TensorBoard on SageMaker Studio here: https://github.com/anoop-ml/smstudio_tensorboard_sample

Did you follow those instructions?

  • Related