-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Ability to run locally? #143
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
Comments
hi @OktayGardener from your conversation in the other issue (137) we figured you were running with an older sdk. I remember you posted another update but I don't see it anymore. Anyways, It looked to me like you didn't have docker and docker-compose installed in your system, both of which are required for local mode. Note that there is currently a bug for which I opened a PR and will merge it asap. |
Hey @iquintero, thank you so much for your reply and in the other issue, and also for the quick implementation. When pointing to S3 and building the container locally, I'm getting the following error:
Here's how I'm pointing to the files:
It seems like there is some path issue when doing this locally. I'm not sure if it's relevant for the PR. Am I doing something wrong? |
hi @OktayGardener are you using the default bucket for your training? If not, you are hitting the bug that I fixed in #144 You can upgrade to the master branch, and then you can use whatever bucket you want:
this fix will be released to PyPI on tuesday afternoon (PDT). so you won't have to install from the git master branch after that. |
Works like a charm. Thank you so much <3 |
This is now on PyPI (version 1.2.3). Im going to close this issue. |
Arpin free hosting instances
Hey!
I have built a keras model using the Sagemaker API, but my development process is incredibly slow, since I have to wait 4-5 minutes after each code change in order to run my code on Sagemaker, and I would love to run this 100% locally so I can push the code that I know will work on Sagemaker.
I saw in the documentation that you should be able to set ,
train_instance_type='local'
, but when I try to do this, I get the following error:and I am invoking it in the following way:
This feature would be amazing to have, since this is a huge bottleneck while I'm trying to evaluate Sagemaker for enterprise use.
The text was updated successfully, but these errors were encountered: