Siddharth Dalmia

Results 5 issues of Siddharth Dalmia

It was mentioned in an old PR (https://github.com/SeanNaren/warp-ctc/pull/6/files), which now has conflicts.

``` asr_weights = dict( decoder=1.0 - md_ctc_weight, ctc=md_ctc_weight, lm=md_lm_weight, asr=md_asr_weight, length_bonus=md_penalty, ) ``` ``` weights = dict( decoder=1.0, lm=lm_weight, mt=mt_weight, ngram=ngram_weight, length_bonus=penalty, ) ```

Installation
CI
New Features
ASR
ST
ESPnet2
README
mergify
conflicts
ESPnet1

1) Delete remove_longshortdata for dev and test data. 2) There was a bug with the removing longshort data as it was moving the data/${x}_temp inside data/${x} instead of replacing it.

Bugfix
Recipe
ASR
ESPnet1

Hi, Thank you for providing these datasets! It's really helpful. With every version, would it be possible to release a variant where you only have the additional data that gets...