Florian Boyer

Results 56 comments of Florian Boyer

> Am I right that the new version of the transducer is implemented in espnet2/asr_transducer? These files implement the standalone version: - `espnet2/asr_transducer/*` - `espnet2/tasks/asr_transducer.py` - `espnet2/bin/asr_transducer_{inference,train}.py` Dependency with ESPnet1...

> I'm not sure if there is sufficient interest to integrate into espnet, but this branch could be of use to speech production researchers, so adding it here for visibility....

> @b-flo , how does it look now? I've removed the recipe and symlinked existing copies. Thanks a lot, it's in good shape for a review now!

Hi, > I would like to know if this script finds the n-best hypotheses or the n-best alignments? By alignments I mean a sequence of tokens including blanks and by...

> Can some of the Hypothesis in the n-best list share the same yseq? yes, there is no duplication check in this algorithm. > I was expecting them to be...

> Could you tell me what algorithms you are referring to? Are they implemented in ESPnet? There are 4 beam search algorithms in ESPnet outside the original one, please see...