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
ESPECIALISTA
feita há 3 anos456 visualizações
1 Resposta
0
Resposta aceita

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 há 3 anos
profile picture
ESPECIALISTA
avaliado há um mês

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas