microsoft / SpeechT5

Unified-Modal Speech-Text Pre-Training for Spoken Language Processing
MIT License
1.09k stars 113 forks source link

SpeechUT inference error in en_fr checkpoint #52

Open ytf-philp opened 1 year ago

ytf-philp commented 1 year ago

When i use fine-tuned en-fr checkpoint to inference, the results produce serious errors (bleu score is 0, and the inference time is too long). This error did not occur on en-de and en-es checkoints. I wonder whether there is an error in the checkpoint of en-fr? image

zz12375 commented 1 year ago

Hi, @ytf-philp Could you provide the whole decoding file (at least more lines of the file) so I can better figure out what happened? Thanks!