Skip to content

Commit 3889f90

Browse files
authored
Swap factorization machines MNIST data source (aws#2574)
1 parent 6d1148b commit 3889f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

introduction_to_amazon_algorithms/factorization_machines_mnist/factorization_machines_mnist.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
"region = boto3.Session().region_name\n",
7575
"\n",
7676
"# 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",
77+
"downloaded_data_bucket = f\"sagemaker-sample-files\"\n",
78+
"downloaded_data_prefix = \"datasets/image/MNIST\"\n",
7979
"\n",
8080
"print(role)\n",
8181
"sess = sagemaker.Session()\n",

0 commit comments

Comments
 (0)