志浩
2023-08-01 e361e7d59fb0ca6dc48b2e1a614a08725453e42c
TOLD/SOND: rename diar_smooth_size to smooth_size
2个文件已修改
4 ■■■■ 已修改文件
egs/callhome/diarization/sond/conf/basic_inference.yaml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/bin/diar_inference_launch.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
egs/callhome/diarization/sond/conf/basic_inference.yaml
@@ -1,2 +1,2 @@
diar_smooth_size: 1
smooth_size: 1
dur_threshold: 0
funasr/bin/diar_inference_launch.py
@@ -453,7 +453,7 @@
        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"