sooftware / conformer

[Unofficial] PyTorch implementation of "Conformer: Convolution-augmented Transformer for Speech Recognition" (INTERSPEECH 2020)
Apache License 2.0
943 stars 174 forks source link

Put the data in the fully connected layer #46

Closed tuanio closed 2 years ago

tuanio commented 2 years ago

After reading the code I found out you have declared fully connected layer but haven't put it in forward. If something is wrong, please let me know.

sooftware commented 2 years ago

Ah, thanks! I missed it.