DeepLearningExamples
DeepLearningExamples copied to clipboard
[FastPitch] unused parameters in attention module
Related to Model/Framework(s) SpeechSynthesis/FastPitch
Describe the bug
There is a convolutional layer attn_proj that is declared, but unused anywhere which results in unused parameters in the model. I don't see evidence of this layer in the related paper, so maybe it should be removed?