Skip to content

Commit

Permalink
Debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Jan 8, 2024
1 parent 6142796 commit 64d3b39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pvnet/models/base_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,8 @@ def _calculate_common_losses(self, y, y_hat):

def _calculate_val_losses(self, y, y_hat):
"""Calculate additional validation losses"""

print(y.shape)
print(y_hat.shape)
losses = {}

if self.use_quantile_regression:
Expand Down

0 comments on commit 64d3b39

Please sign in to comment.