语帆
2024-02-29 96eaabca5b2e9c93b40c9840e2ae0003a618bb6e
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: