Closed furixturi closed 10 months 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
/migration_challenge/pytorch_mnist/Instructions.ipynb
# 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"
"s3://{bucket_name}/mnist/training"
"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.
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 saysBut 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.