lyblsgo
2023-03-21 35f62d5e410b109c3239c4de67fb0d06bbe02531
funasr/runtime/onnxruntime/tester/tester.cpp
@@ -17,7 +17,7 @@
    if (argc < 3)
    {
        printf("Usage: %s /path/to/model_dir /path/to/wav/file quantize(true or false)", argv[0]);
        printf("Usage: %s /path/to/model_dir /path/to/wav/file quantize(true or false) \n", argv[0]);
        exit(-1);
    }
    struct timeval start, end;