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
专家
已提问 3 年前456 查看次数
1 回答
0
已接受的回答

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
已回答 3 年前
profile picture
专家
已审核 1 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则