espnet / espnet

End-to-End Speech Processing Toolkit
https://espnet.github.io/espnet/
Apache License 2.0
8.27k stars 2.15k forks source link

how to implement joint inference for E2E ASR models? #5822

Open Jackie-wx opened 2 months ago

Jackie-wx commented 2 months ago

Dear everyone,

I trained two E2E models with espnet and wonder if it is feasible to make joint inferences, which means using both models' knowledge for inference. If so, how to implement it? Many thanks for considering my request.

sw005320 commented 2 months ago

We don't support such a function. You may need to implement it by yourself.