-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
models compatibility for local mode #20
Comments
Hi @joejztang By the errors you are describing it looks you are trying to use data parallel in local mode. |
@eitansela Hi, I don't mean to use data parallel in local. I am trying to run this locally https://github.com/aws-samples/amazon-sagemaker-local-mode/tree/main/tensorflow_script_mode_local_training_and_serving. After solving the s3 issue, it's giving me the error |
Got it. What is the SageMaker SDK you have installed, and which operating system? |
@eitansela sorry for the late reply. sagemaker sdk version 2.110.0. addtional info:
thanks for the reply. please tag @joejztang if you find anything. |
Hi @joejztang , do you run it on Intel or Arm based Mac? |
@eitansela intel based. |
Can you please attach the full logs? |
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
[Errno 2] No such file or directory: '/opt/ml/input/config/resourceconfig.json'
.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!
The text was updated successfully, but these errors were encountered: