游雁
2024-01-14 8912e0696af069de47646fdb8a9d9c4e086e88b3
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: