aws-samples / sagemaker-101-workshop

Hands-on demonstrations for data scientists exploring Amazon SageMaker
77 stars 48 forks source link

Update migration challenge PyTorch instruction notebook: #35

Closed furixturi closed 10 months ago

furixturi commented 1 year ago

Correct S3 data folder name in TODO comment

Issue #, if available: N/A

Description of changes: In /migration_challenge/pytorch_mnist/Instructions.ipynb, the TODO code cell under Data Input("Channels") Configuration says

# The data can be found in: "s3://{bucket_name}/mnist/train" and "s3://{bucket_name}/mnist/test"

But as set up in earlier code cells, the folder names should be "s3://{bucket_name}/mnist/training" and "s3://{bucket_name}/mnist/testing"

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.