Skip to content

Commit

Permalink
removed debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Schaefer committed Jan 10, 2024
1 parent 4ecd6f9 commit e828e52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apax/data/input_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ def shuffle_and_batch(self) -> Iterator[jax.Array]:
)

if self.n_jit_steps > 1:
print("JIT BATCH")
ds = ds.batch(batch_size=self.n_jit_steps)

ds = prefetch_to_single_device(ds.as_numpy_iterator(), 2)
Expand Down

0 comments on commit e828e52

Please sign in to comment.