Przeglądaj źródła

TOLD/SOND: rename diar_smooth_size to smooth_size

志浩 2 lat temu
rodzic
commit
e361e7d59f

+ 1 - 1
egs/callhome/diarization/sond/conf/basic_inference.yaml

@@ -1,2 +1,2 @@
-diar_smooth_size: 1
+smooth_size: 1
 dur_threshold: 0

+ 1 - 1
funasr/bin/diar_inference_launch.py

@@ -453,7 +453,7 @@ def get_parser():
         help="The batch size for inference",
     )
     group.add_argument(
-        "--diar_smooth_size",
+        "--smooth_size",
         type=int,
         default=121,
         help="The smoothing size for post-processing"