Skip to content

Commit 7982bc0

Browse files
committed
Cleaned up Module 3.
1 parent b1269c3 commit 7982bc0

File tree

4 files changed

+5
-560
lines changed

4 files changed

+5
-560
lines changed

03_model_evaluation/README.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

03_model_evaluation/code/train-mobilenet.py

Lines changed: 0 additions & 268 deletions
This file was deleted.

03_model_evaluation/model-evaluation-processing-job.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"account = sess.account_id()\n",
7272
"region = sess.boto_region_name\n",
7373
"bucket = sess.default_bucket() # or use your own custom bucket name\n",
74-
"prefix = 'postprocessing-modal-evaluation'"
74+
"prefix = 'postprocessing-model-evaluation'"
7575
]
7676
},
7777
{
@@ -92,9 +92,9 @@
9292
"metadata": {},
9393
"outputs": [],
9494
"source": [
95-
"s3_images = f's3://{bucket}/{prefix}/outputs/test/'\n",
96-
"s3_manifest = f's3://{bucket}/{prefix}/outputs/manifest'\n",
97-
"s3_model = f's3://{bucket}/{prefix}/postprocessing-modal-evaluation-2022-03-25-23-23-23-103/output'"
95+
"s3_images = f's3://{bucket}/preprocess/outputs/1666184705/test/'\n",
96+
"s3_manifest = f's3://{bucket}/preprocess/outputs/1666184705/manifest'\n",
97+
"s3_model = f's3://{bucket}/{prefix}/postprocessing-model-evaluation-2022-10-20-07-45-35-818/output'"
9898
]
9999
},
100100
{
@@ -462,7 +462,7 @@
462462
"kernelspec": {
463463
"display_name": "Python 3 (Data Science)",
464464
"language": "python",
465-
"name": "python3__SAGEMAKER_INTERNAL__arn:aws:sagemaker:us-west-2:236514542706:image/datascience-1.0"
465+
"name": "python3__SAGEMAKER_INTERNAL__arn:aws:sagemaker:us-east-1:081325390199:image/datascience-1.0"
466466
},
467467
"language_info": {
468468
"codemirror_mode": {

0 commit comments

Comments
 (0)