Skip to content

Commit 2a8586a

Browse files
committed
pylint fixes
1 parent f14ff8f commit 2a8586a

File tree

1 file changed

+1
-0
lines changed
  • algoperf/workloads/librispeech_deepspeech/librispeech_pytorch

1 file changed

+1
-0
lines changed

algoperf/workloads/librispeech_deepspeech/librispeech_pytorch/workload.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def model_fn(
6565
dropout_rate: float = models.DROPOUT_RATE
6666
) -> Tuple[spec.Tensor, spec.ModelAuxiliaryState]:
6767
# override super method, changing only the default dropout_rate
68+
# pylint: disable=useless-parent-delegation
6869
return super().model_fn(params,
6970
augmented_and_preprocessed_input_batch,
7071
model_state,

0 commit comments

Comments
 (0)