SageMaker training with FSx: what is "directory_path"

0

SageMaker can train on FSx data. One SageMaker SDK parameter for FSx training is directory_path. Where do we find that?

AWS
EXPERTO
preguntada hace 3 años456 visualizaciones
1 Respuesta
0
Respuesta aceptada

FSx for Lustre is a file system that you can use to provide high performance for ML training workloads. The directory_path should point to the location on your file system where your dataset is stored.

In the example in the docs: directory_path='/fsx/tensorflow',

/fsx is the directory you define on your compute instances where you are mounting the file system /tensorflow would represent a folder within the fsx directory

If you are using an S3-linked FSx for Lustre file system /tensorflow would be a prefix within your S3-linked bucket.

AWS
respondido hace 3 años
profile picture
EXPERTO
revisado hace un mes

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