Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Oct 3, 2023
1 parent cbee8f0 commit 8594d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions algorithmic_efficiency/data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def _prepare(x):
logging.info(new_batch['inputs'])
logging.info(len(new_batch['inputs']))
logging.info(np.array(new_batch['inputs'][0]).shape)
logging.info(np.array(new_batch['inputs'][1]).shape)
# logging.info("Padded weights: ")
return new_batch

Expand Down

0 comments on commit 8594d24

Please sign in to comment.