Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Dec 7, 2023
1 parent 6c25b2b commit 3439204
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def init_model_fn(
console_kwargs={
'force_terminal': False, 'force_jupyter': False, 'width': 240},
)
print(tabulate_fn(fake_inputs, train=False))
print(tabulate_fn(fake_batch, train=False))
variables = jax.jit(self._model.init)({'params': rng}, fake_batch)
params = variables['params']
self._param_shapes = param_utils.jax_param_shapes(params)
Expand Down

0 comments on commit 3439204

Please sign in to comment.