freewym / espresso

Espresso: A Fast End-to-End Neural Speech Recognition Toolkit
Other
942 stars 116 forks source link

Bugfix in transformer model creation. #78

Closed KarelVesely84 closed 1 year ago

KarelVesely84 commented 1 year ago

Making the signatures of methods compatible:

SpeechTransformerModelBase.build_encoder(...) SpeechTransformerModel.build_encoder(...)

(otherwise, the model build crashing)

freewym commented 1 year ago

made a commit based on this PR with small modifications