Running tensorboard in sagemaker

0

I'm unable to view tensorboard in sagemaker notebook instance. Tried 2 methods -

  1. Running in a notebook
!pip install tensorboard
%load_ext tensorboard
%tensorboard --logdir runs --host localhost --port 6006

Opening the link - https://<instance-url>/proxy/6006 shows failed to load active dashboards Enter image description here

  1. Running in notebook terminal
pip install tensorboard
tensorboard --logdir runs --host localhost --port 6006

Opening the link - https://<instance-url>/proxy/6006 shows blank image

  • Hi, what kernel are you using in that notebook?

feita há um ano241 visualizações
1 Resposta
0

Hi,

I tried to follow this third party blog and it seems to be working on my end when using conda_pytorch_latest_p36 kernel Enter image description here

Can you please check to follow same third party blog and let us know if it works for you or not

AWS
ENGENHEIRO DE SUPORTE
Sam_E
respondido há um ano
  • i've followed the same blog and got the same error. I'm using conda_pytorch_latest_p36 kernel

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas