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
ESPERTO
posta 3 anni fa456 visualizzazioni
1 Risposta
0
Risposta accettata

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
con risposta 3 anni fa
profile picture
ESPERTO
verificato un mese fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande