aws-samples / aws-samples/amazon-sagemaker-local-mode
models compatibility for local mode
- Dominant language
- Python
- Stars
- 263
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
Hey dear aws,
I have ran a couple of models in this repo, but none of them are working so far. I am able to solve authenticate issues for s3, but when it turned to create container either to train or predict, they are always issues.
Personally I saw popular ones are
1. `[Errno 2] No such file or directory: '/opt/ml/input/config/resourceconfig.json'`.
2. some kind of indication that some data parallel is not supported in local mode (sorry I didn't remember the details).
A questions on my side: is there a way to bypass issues solve all other potential issues well locally?
Any comments, solutions are welcome, thanks in advance!
Contributor guide
Assessment
This issue has not been assessed yet.