Results 3 comments of Fuxun Yu

Hi @wutongshenqiu, Thanks! I also found this solution and tried turning off it by setting the find_unused_parameter = False. However, it cannot work for distillation cases since the teacher in...

The probelm is that before calling build_deepSpeech2(), there should be a reshape function called. And indeed, the author wrote the reshape line, which is in deepspeech2.py line 132: - self.inputXrs...

But in the deepspeech2 model, the transition from conv layer to rnn layer is not working, which is in this issue: https://github.com/zzw922cn/Automatic_Speech_Recognition/issues/49. Can anyone help with this?