Skip to content

Commit c0bc632

Browse files
committed
Removed the testing bucket names
1 parent a6a4612 commit c0bc632

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

introduction_to_amazon_algorithms/object_detection_pascalvoc_coco/object_detection_image_json_format.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"metadata": {},
7676
"outputs": [],
7777
"source": [
78-
"bucket = 'object-detection-ssd' # custom bucket name.\n",
78+
"bucket = '<your_s3_bucket_name_here>' # custom bucket name.\n",
7979
"# bucket = sess.default_bucket()\n",
8080
"prefix = 'DEMO-ObjectDetection'"
8181
]

introduction_to_amazon_algorithms/object_detection_pascalvoc_coco/object_detection_recordio_format.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"metadata": {},
6868
"outputs": [],
6969
"source": [
70-
"bucket = 'object-detection-ssd' # custom bucket name.\n",
70+
"bucket = '<your_s3_bucket_name_here>' # custom bucket name.\n",
7171
"# bucket = sess.default_bucket() \n",
7272
"prefix = 'DEMO-ObjectDetection'"
7373
]

0 commit comments

Comments
 (0)