Skip to content

Commit

Permalink
fixed style.
Browse files Browse the repository at this point in the history
Signed-off-by: Vahid <vnoroozi@nvidia.com>
  • Loading branch information
VahidooX committed Oct 22, 2020
1 parent 09d217c commit cda38ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nemo/collections/asr/modules/conformer_modules.py
Expand Up @@ -70,6 +70,7 @@ class ConformerFeedForward(nn.Module):
"""
feed-forward module of Conformer model.
"""

def __init__(self, d_model, d_ff, dropout, activation=Swish()):
super(ConformerFeedForward, self).__init__()
self.linear1 = nn.Linear(d_model, d_ff)
Expand Down

0 comments on commit cda38ae

Please sign in to comment.