Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/jacob/windnet' into jacob/windnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Jan 25, 2024
2 parents 57a52b1 + b1bcc63 commit 4650961
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pvnet/models/base_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,9 +491,9 @@ def validation_step(self, batch: dict, batch_idx):
)

self.log_dict(
logged_losses,
on_step=False,
on_epoch=True,
logged_losses,
on_step=False,
on_epoch=True,
)

accum_batch_num = batch_idx // self.trainer.accumulate_grad_batches
Expand Down

0 comments on commit 4650961

Please sign in to comment.