Skip to content

Commit 7032b09

Browse files
author
Julia Kamelina
authored
update path to savedmodel (#3225)
1 parent 025f30a commit 7032b09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

models/public/mobilenet-v3-large-1.0-224-tf/model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ model_optimizer_args:
3030
- --input=input_1
3131
- --layout=input_1(NHWC)
3232
- --output=StatefulPartitionedCall/MobilenetV3large/Predictions/Softmax
33-
- --saved_model_dir=$dl_dir/mobilenet_v3_large_224_1.0_float.savedmodel
33+
- --saved_model_dir=$conv_dir/mobilenet_v3_large_224_1.0_float.savedmodel
3434
framework: tf
3535
quantizable: true
3636
license: https://raw.githubusercontent.com/tensorflow/models/master/LICENSE

models/public/mobilenet-v3-small-1.0-224-tf/model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ model_optimizer_args:
3030
- --input=input_1
3131
- --layout=input_1(NHWC)
3232
- --output=StatefulPartitionedCall/MobilenetV3small/Predictions/Softmax
33-
- --saved_model_dir=$dl_dir/mobilenet_v3_small_224_1.0_float.savedmodel
33+
- --saved_model_dir=$conv_dir/mobilenet_v3_small_224_1.0_float.savedmodel
3434
framework: tf
3535
quantizable: true
3636
license: https://raw.githubusercontent.com/tensorflow/models/master/LICENSE

0 commit comments

Comments
 (0)