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.
1 parent 26c2e57 commit c9598c0Copy full SHA for c9598c0
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