Skip to content

Commit

Permalink
Merge pull request #742 from mlcommons/lint_fix
Browse files Browse the repository at this point in the history
Lint fixes
  • Loading branch information
priyakasimbeg authored Mar 29, 2024
2 parents 26c2e57 + c9598c0 commit 9365996
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def __init__(self, config: ConformerConfig):
config.feed_forward_residual_dropout_rate)
self.dropout2 = nn.Dropout(
p=feed_forward_residual_dropout_rate, inplace=True)

def forward(self, inputs, padding_mask):
inputs = self.ln(inputs)
inputs = self.linear1(inputs)
Expand Down

0 comments on commit 9365996

Please # to comment.