-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Training data not loaded from S3 when training locally #137
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
Hey @jsaedtler, other question: how are you able to run this locally? I have not been able to as of yet. When I specify
|
@OktayGardener I think you may be running an old version of the SDK. Can you please update to the latest?. I will reply in the issue you created soon. @jsaedtler I have confirmed there is a bug here if your data is not on the default bucket 👎 I am working on a fix and will submit a PR today. |
Update linear_time_series_forecast.ipynb
location or region error. |
I want to run a tensorflow estimator training locally and the training data is located in a S3 bucket. The remote training is working, but when changing the instance type to "local" the training fails.
The error message indicates a problem loading the training data and when inspecting the container, I can't see any files in /opt/ml/input/data/training/ . Permissions seem to be fine: When I start a shell in the container, I can download the training data via:
I deleted all related containers and images already, but it didn't help. Where is the download happening? How can I debug the download?
Training code:
Output:
The text was updated successfully, but these errors were encountered: