Skip to content

Commit 783aab4

Browse files
committed
fix syntax error
1 parent c5c36c2 commit 783aab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • algorithmic_efficiency/workloads/librispeech_deepspeech/librispeech_jax

algorithmic_efficiency/workloads/librispeech_deepspeech/librispeech_jax/workload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def init_model_fn(
5656
params = jax_utils.replicate(params)
5757
return params, model_state
5858

59-
def model_fn(
59+
def model_fn(
6060
self,
6161
params: spec.ParameterContainer,
6262
augmented_and_preprocessed_input_batch: Dict[str, spec.Tensor],

0 commit comments

Comments
 (0)