Merge pull request #350 from alibaba-damo-academy/yufan-aslp-patch-0414

Update e2e_asr_mfcca.py
This commit is contained in:
zhifu gao 2023-04-14 09:59:41 +08:00 committed by GitHub
commit 06ffcc7596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,11 @@ import pdb
import random
import math
class MFCCA(AbsESPnetModel):
"""CTC-attention hybrid Encoder-Decoder model"""
"""
Author: Audio, Speech and Language Processing Group (ASLP@NPU), Northwestern Polytechnical University
MFCCA:Multi-Frame Cross-Channel attention for multi-speaker ASR in Multi-party meeting scenario
https://arxiv.org/abs/2210.05265
"""
def __init__(
self,