Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Oct 18, 2024
1 parent c5c36c2 commit 783aab4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def init_model_fn(
params = jax_utils.replicate(params)
return params, model_state

def model_fn(
def model_fn(
self,
params: spec.ParameterContainer,
augmented_and_preprocessed_input_batch: Dict[str, spec.Tensor],
Expand Down

0 comments on commit 783aab4

Please sign in to comment.