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?

demandé il y a un an242 vues
1 réponse
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
INGÉNIEUR EN ASSISTANCE TECHNIQUE
Sam_E
répondu il y a un an
  • i've followed the same blog and got the same error. I'm using conda_pytorch_latest_p36 kernel

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions