We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26c2e57 + c9598c0 commit 9365996Copy full SHA for 9365996
algorithmic_efficiency/workloads/librispeech_conformer/librispeech_pytorch/models.py
@@ -208,7 +208,7 @@ def __init__(self, config: ConformerConfig):
208
config.feed_forward_residual_dropout_rate)
209
self.dropout2 = nn.Dropout(
210
p=feed_forward_residual_dropout_rate, inplace=True)
211
-
+
212
def forward(self, inputs, padding_mask):
213
inputs = self.ln(inputs)
214
inputs = self.linear1(inputs)
0 commit comments