Explorar o código

修改参数错误

zhy hai 21 horas
pai
achega
da7058ad52
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/verify_tool_accuracy_test.py

+ 1 - 1
tests/verify_tool_accuracy_test.py

@@ -100,7 +100,7 @@ if __name__ == '__main__':
 
             # verify_result = verify_tool.label_verification(onnx_file)
             # 调用验证工具进行标签验证
-            verify_result = verify_tool_mix.label_verification(onnx_file, framework=args.framework, mode=args.mode, model_type=args.model_value)
+            verify_result = verify_tool_mix.label_verification(onnx_file, framework=args.framework, mode=args.mode, model_type=args.model_type)
             total += 1
             if str(verify_result) == args.except_result:
                 correct += 1