Skip to content

Commit

Permalink
Style fixes in tests
Browse files Browse the repository at this point in the history
Signed-off-by: smajumdar <[email protected]>
  • Loading branch information
titu1994 committed May 13, 2020
1 parent 851350e commit 2e208f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_asr_gradient_step_and_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def test_contextnet_ctc_training(self):
feat_in=contextnet_model_definition['AudioToMelSpectrogramPreprocessor']['features'],
**contextnet_model_definition['ContextNetEncoder'],
)
contextnet_decoder = nemo_asr.ContextNetDecoderForCTC(feat_in=32, hidden_size=16, num_classes=len(self.labels))
contextnet_decoder = nemo_asr.ContextNetDecoderForCTC(feat_in=32, hidden_size=16, num_classes=len(self.labels))
ctc_loss = nemo_asr.CTCLossNM(num_classes=len(self.labels))

# DAG
Expand Down

0 comments on commit 2e208f6

Please sign in to comment.