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?

질문됨 일 년 전241회 조회
1개 답변
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
지원 엔지니어
Sam_E
답변함 일 년 전
  • i've followed the same blog and got the same error. I'm using conda_pytorch_latest_p36 kernel

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠