conformer
conformer copied to clipboard
Not found LayerNorm in FeedForward module and Attention module
As the paper described, LayerNorm layer are added to FeedForward module and Attention module. But I can't find it in this project.
Is it something wrong?
They are here:
https://github.com/lucidrains/conformer/blob/0e91f0323089cc00fbde3e112a984d94d0af09b8/conformer/conformer.py#L56-L64
and
https://github.com/lucidrains/conformer/blob/0e91f0323089cc00fbde3e112a984d94d0af09b8/conformer/conformer.py#L189-L191