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
質問済み 6ヶ月前178ビュー
1回答
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
回答済み 6ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ