File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
mobilenet-v3-large-1.0-224-tf
mobilenet-v3-small-1.0-224-tf Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ model_optimizer_args:
30
30
- --input=input_1
31
31
- --layout=input_1(NHWC)
32
32
- --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
34
34
framework : tf
35
35
quantizable : true
36
36
license : https://raw.githubusercontent.com/tensorflow/models/master/LICENSE
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ model_optimizer_args:
30
30
- --input=input_1
31
31
- --layout=input_1(NHWC)
32
32
- --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
34
34
framework : tf
35
35
quantizable : true
36
36
license : https://raw.githubusercontent.com/tensorflow/models/master/LICENSE
You can’t perform that action at this time.
0 commit comments