How to run SageMaker Distributed training from SageMaker Studio?

Viewed 16

The sample notebooks for SageMaker Distributed training, like here: https://github.com/aws/amazon-sagemaker-examples/blob/main/advanced_functionality/distributed_tensorflow_mask_rcnn/mask-rcnn-scriptmode-s3.ipynb rely on the docker build . and docker push . commands, which are not available or installable in Amazon SageMaker Studio.

Are there alternatives of these notebooks that are compatible with the SageMaker Studio?

1 Answers
Related