shixian.shi 3 лет назад
Родитель
Сommit
a1447d12cc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      funasr/runtime/python/onnxruntime/rapid_paraformer/paraformer_onnx.py

+ 1 - 1
funasr/runtime/python/onnxruntime/rapid_paraformer/paraformer_onnx.py

@@ -24,7 +24,7 @@ class Paraformer():
     def __init__(self, model_dir: Union[str, Path] = None,
     def __init__(self, model_dir: Union[str, Path] = None,
                  batch_size: int = 1,
                  batch_size: int = 1,
                  device_id: Union[str, int] = "-1",
                  device_id: Union[str, int] = "-1",
-                 plot_timestamp: bool = True,
+                 plot_timestamp: bool = False,
                  ):
                  ):
 
 
         if not Path(model_dir).exists():
         if not Path(model_dir).exists():