فهرست منبع

增加验证结果日志

zhy 1 ماه پیش
والد
کامیت
34976bf861
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      tests/verify_tool_accuracy_test.py

+ 1 - 0
tests/verify_tool_accuracy_test.py

@@ -71,6 +71,7 @@ if __name__ == '__main__':
         print(*onnx_files, sep='\n')
         for onnx_file in onnx_files:
             verify_result = verify_tool.label_verification(onnx_file)
+            print(f"onnx_file: {onnx_file}, verify_result: {verify_result}")
             total += 1
             if str(verify_result) == args.except_result:
                 correct += 1