Explorar o código

Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleX into develop

jiangjiajun %!s(int64=5) %!d(string=hai) anos
pai
achega
2ffbe26be9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      deploy/lite/export_lite.py

+ 1 - 1
deploy/lite/export_lite.py

@@ -42,7 +42,7 @@ if __name__ == '__main__':
     parser.add_argument(
         "--save_file",
         type=str,
-        default="paddlex.onnx",
+        default="paddlex.nb",
         help="file name for storing the output files.",
         required=True)
     FLAGS = parser.parse_args()