SageMaker Studio - Jupyter proxy function does not work

0

I am trying to run TensorBoard 2.9.0 in SageMaker Studio, as described here.

However, after launching TensorBoard, when I navigate to the proxy URL https://<DOMAIN>.studio.<REGION>.sagemaker.aws/jupyter/default/proxy/6006/, I get error 500.

I am using the "PyTorch 1.10 Python 3.8 CPU Optimized" image. Any suggestions?

I have also tried with the new JupyterLab 3 server version, but same result.

l-cdc
demandé il y a 2 ans321 vues
1 réponse
0

I managed to reproduce the error 500 by not starting Tensorboard. So, please, make sure you executed in Studio's terminal the command to launch Tensorboard first: tensorboard --logdir path/to/your/logs

You need to see something like:

TensorFlow installation not found - running with reduced feature set.

NOTE: Using experimental fast data loading logic. To disable, pass
    "--load_fast=false" and report issues on GitHub. More details:
    https://github.com/tensorflow/tensorboard/issues/4784

Serving TensorBoard on localhost; to expose to the network, use a proxy or pass --bind_all
TensorBoard 2.9.1 at http://localhost:6006/ (Press CTRL+C to quit)

Then, after that you can open a new tab and try to open it.

AWS
répondu il y a 2 ans

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