zhifu gao
2023-11-08 c3e2ca4b73d1d798cd7ec25263e06c357d9d9a2f
funasr/datasets/small_datasets/sequence_iter_factory.py
@@ -68,7 +68,6 @@
            sort_in_batch=dataset_conf["sort_in_batch"] if hasattr(dataset_conf, "sort_in_batch") else "descending",
            sort_batch=dataset_conf["sort_batch"] if hasattr(dataset_conf, "sort_batch") else "descending",
            drop_last=False,
            min_batch_size=torch.distributed.get_world_size(),
            padding=True,
        )