语帆
2024-03-01 ec98a8e13859e4c3f1e55fca5f09e91be1b3d810
funasr/metrics/compute_acc.py
@@ -5,7 +5,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: