Yabin Li
2023-12-18 9f536f5812ec10542fff527878e5ba02e1de6ac1
funasr/modules/nets_utils.py
@@ -347,7 +347,7 @@
    Args:
        pad_outputs (Tensor): Prediction tensors (B * Lmax, D).
        pad_targets (LongTensor): Target label tensors (B, Lmax).
        pad_targets (LongTensor): Target label tensors (B, Lmax, D).
        ignore_label (int): Ignore label id.
    Returns: