sagemaker-python-sdk icon indicating copy to clipboard operation
sagemaker-python-sdk copied to clipboard

[Feature Request] Checkpoints in local mode

Open austinmw opened this issue 2 years ago • 0 comments

Describe the feature you'd like Is there any possibility that a way could be found to enable checkpoint_s3_uri in local mode?

https://github.com/aws/sagemaker-python-sdk/blob/5b8eb10bfddcb54fb65c8b28f923697619672120/src/sagemaker/estimator.py#L1897

How would this feature be used? Please describe. Realtime streaming to S3 of selected files would add a useful feature to local mode by itself, but it would also enable using local mode as a debugging environment when setting up checkpointing, since currently the iteration speed of doing this is not ideal.

Describe alternatives you've considered I'm not aware of any good alternatives

Additional context Maybe this feature would require the additional input of region?

austinmw avatar May 09 '22 22:05 austinmw