Explorar o código

fix tester.cpp

lyblsgo %!s(int64=3) %!d(string=hai) anos
pai
achega
84c9b0c347
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      funasr/runtime/onnxruntime/tester/tester.cpp

+ 1 - 1
funasr/runtime/onnxruntime/tester/tester.cpp

@@ -15,7 +15,7 @@ using namespace std;
 int main(int argc, char *argv[])
 {
 
-    if (argc < 3)
+    if (argc < 4)
     {
         printf("Usage: %s /path/to/model_dir /path/to/wav/file quantize(true or false) \n", argv[0]);
         exit(-1);