We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1148b commit 3889f90Copy full SHA for 3889f90
introduction_to_amazon_algorithms/factorization_machines_mnist/factorization_machines_mnist.ipynb
@@ -74,8 +74,8 @@
74
"region = boto3.Session().region_name\n",
75
"\n",
76
"# S3 bucket where the original mnist data is downloaded and stored.\n",
77
- "downloaded_data_bucket = f\"jumpstart-cache-prod-{region}\"\n",
78
- "downloaded_data_prefix = \"1p-notebooks-datasets/mnist\"\n",
+ "downloaded_data_bucket = f\"sagemaker-sample-files\"\n",
+ "downloaded_data_prefix = \"datasets/image/MNIST\"\n",
79
80
"print(role)\n",
81
"sess = sagemaker.Session()\n",
0 commit comments