aws / sagemaker-experiments

Experiment tracking and metric logging for Amazon SageMaker notebooks and model training.
Apache License 2.0
125 stars 36 forks source link

Fix MNIST data location, add os import #137

Closed jkroll-aws closed 3 years ago

jkroll-aws commented 3 years ago

Issue #, if available: https://github.com/aws/amazon-sagemaker-examples/issues/2876

Description of changes: Download MNIST dataset from AWS-hosted bucket, instead of from broken third-party URL. Add missing os package import.

Testing done: Ran code snippet in SageMaker notebook instance.

Merge Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.

General

Tests

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.