How to Consistently Reference /opt in SageMaker Studio Notebooks and Pipelines?

0

I'm trying to sync how SageMaker Studio Notebooks and Pipelines interact with the /opt/ml/model directory. In Pipelines, you can tweak the instance volume size, but not in Studio Notebooks. However, Notebooks have the benefit of using EFS, which essentially gives you unlimited space.

  1. Would creating a symlink in the notebook like this make sense: ln -s /opt/ml/input /home/sagemaker-user/input?

  2. Or should I rethink my approach?

  • Could you elaborate a bit more on what you want to achieve?

AWS
preguntada hace 6 meses178 visualizaciones
1 Respuesta
0

The /opt/ml/ directory is automatically available in the training container. It has no connection with the VM on which your notebook is running. Please add more context as to what you are trying to do.

Ashish
respondido hace 6 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas