Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Sep 26, 2023
1 parent 6b9655f commit 28db392
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def init_model_fn(
console_kwargs={'force_terminal': False,
'force_jupyter': False,
'width': 240})
logging.info(tabulate_fn(*fake_input_batch), train=False)
logging.info(tabulate_fn(*fake_input_batch, train=False))
model_init_fn = jax.jit(functools.partial(self._model.init, train=False))

params_rng, dropout_rng = jax.random.split(rng, 2)
Expand Down

0 comments on commit 28db392

Please sign in to comment.