Skip to content

Commit

Permalink
remove debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
M-R-Schaefer committed Apr 8, 2024
1 parent f84735a commit c119992
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apax/train/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ def fit(
callbacks.on_train_batch_begin(batch=batch_idx)

batch = next(batch_train_ds)

# print(jax.tree_map(lambda x: x.devices(), batch))

(
(state, train_batch_metrics),
batch_loss,
Expand Down

0 comments on commit c119992

Please sign in to comment.