Explorar el Código

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

jiangjiajun hace 5 años
padre
commit
2ffbe26be9
Se han modificado 1 ficheros con 1 adiciones y 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()