Skip to content

Commit 35a7f69

Browse files
author
EC2 Default User
committed
changing model names
1 parent b279810 commit 35a7f69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

multi-model-endpoint-tensorflow-cv.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@
10331033
"outputs": [],
10341034
"source": [
10351035
"tf_model_1 = estimator_1.model_data\n",
1036-
"output_1 = f's3://{BUCKET}/{PREFIX}/mme/model-1.tar.gz'"
1036+
"output_1 = f's3://{BUCKET}/{PREFIX}/mme/cifar.tar.gz'"
10371037
]
10381038
},
10391039
{
@@ -1049,7 +1049,7 @@
10491049
"outputs": [],
10501050
"source": [
10511051
"tf_model_2 = estimator_2.model_data\n",
1052-
"output_2 = f's3://{BUCKET}/{PREFIX}/mme/model-2.tar.gz'"
1052+
"output_2 = f's3://{BUCKET}/{PREFIX}/mme/sign-language.tar.gz'"
10531053
]
10541054
},
10551055
{
@@ -1345,7 +1345,7 @@
13451345
},
13461346
"outputs": [],
13471347
"source": [
1348-
"y_pred = predictor.predict(data=payload, initial_args={'TargetModel': 'model-1.tar.gz'})"
1348+
"y_pred = predictor.predict(data=payload, initial_args={'TargetModel': 'cifar.tar.gz'})"
13491349
]
13501350
},
13511351
{
@@ -1443,7 +1443,7 @@
14431443
},
14441444
"outputs": [],
14451445
"source": [
1446-
"y_pred = predictor.predict(data=payload, initial_args={'TargetModel': 'model-2.tar.gz'})"
1446+
"y_pred = predictor.predict(data=payload, initial_args={'TargetModel': 'sign-language.tar.gz'})"
14471447
]
14481448
},
14491449
{

0 commit comments

Comments
 (0)