Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
confusedmatrix committed Feb 28, 2024
1 parent b31af4c commit 8e02148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocf_datapipes/training/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ def fill_nans_in_arrays(
Operation is performed in-place on the batch.
"""
logger.info(batch)
for k, v in batch.items():
logger.info(k)
if isinstance(v, np.ndarray) and np.issubdtype(v.dtype, np.number):
Expand Down

0 comments on commit 8e02148

Please sign in to comment.