Skip to content

Commit 4a59b9d

Browse files
committed
Removed: hard-coded testing bucket from NTM
1 parent ef3f7c8 commit 4a59b9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

introduction_to_amazon_algorithms/ntm_synthetic/ntm_synthetic.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
},
6262
"outputs": [],
6363
"source": [
64-
"bucket = 'arpin-im-ntm-basic'\n",
65-
"prefix = 'sagemaker/ntm'\n",
64+
"bucket = '<your_s3_bucket_name_here>'\n",
65+
"prefix = 'sagemaker/ntm_synthetic'\n",
6666
" \n",
6767
"# Define IAM role\n",
6868
"import boto3\n",

0 commit comments

Comments
 (0)