Skip to content

Commit 189bcf0

Browse files
committed
fix misspelling error
1 parent 3f0f987 commit 189bcf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/run_pretrained_models.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ esrgan-tf2:
121121
model: fixme
122122
input_get: get_beach
123123
inputs:
124-
"input:0": [1, 416, 416, 3]
124+
"input_0:0": [1, 416, 416, 3]
125125
outputs:
126126
- Identity:0
127127

@@ -130,7 +130,7 @@ inception_v3_slim:
130130
model: inception_v3_2016_08_28_frozen.pb
131131
input_get: get_beach
132132
inputs:
133-
"input_0:0": [1, 299, 299, 3]
133+
"input:0": [1, 299, 299, 3]
134134
outputs:
135135
- InceptionV3/Predictions/Softmax:0
136136
rtol: 0.02

0 commit comments

Comments
 (0)