Skip to content

Commit

Permalink
PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Sep 12, 2024
1 parent 6f8b946 commit 74f4f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvnet/models/base_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def _log_validation_results(self, batch, y_hat, accum_batch_num):
y = y.detach().cpu().numpy()
batch_size = y.shape[0]

# get truth values, shape (b, forecast_len)
# get prediction values, shape (b, forecast_len, quantiles?)
y_hat = y_hat.detach().cpu().numpy()

# get time_utc, shape (b, forecast_len)
Expand Down

0 comments on commit 74f4f6d

Please sign in to comment.