You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not an official implementation, so there is a slight difference in the number of parameters.
Of course, I tried to implement it as similar as possible to the contents of the paper. :).
This is kind of weird. I test several open-source Conformer implementation (I also implement it myself), but none of them can strictly match the reported number of parameters. Do you have any idea where the difference may be?
btw. num_classes is set to 1k according to the paper.
In the Conformer original paper, the number of parameters are
However, with the implementation in this repo, the number of parameters are slightly different
I get the size with this script
Since the convolution layer kernel size couldn't be set to 32, I just set it to 31. But this won't make such difference in number of params.
The text was updated successfully, but these errors were encountered: