Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Sep 29, 2023
1 parent df17518 commit 7565d56
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 7565d56

Please sign in to comment.