Yabin Li
2023-12-13 a0048dc766f233827f2e7b5ebed0a0e22fae44b1
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: