Skip to content

Commit

Permalink
Models/Conf: Remove unnecessary path information in MobileNet.conf
Browse files Browse the repository at this point in the history
This is a trivial patch that removes unnecessary path information in
the mobilenet_v1_1.0_224_quant.conf file's 'models' property.

Signed-off-by: Wook Song <[email protected]>
  • Loading branch information
wooksong authored and niley7464 committed Sep 27, 2024
1 parent 48b47d9 commit 6923891
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"single" :
{
"framework" : "tensorflow-lite",
"model" : ["../tests/test_models/models/mobilenet_v1_1.0_224_quant.tflite"],
"model" : ["mobilenet_v1_1.0_224_quant.tflite"],
"input_info" : [
{
"type" : "uint8",
Expand Down

0 comments on commit 6923891

Please sign in to comment.