Skip to content

Commit

Permalink
Fixed bugs in training loop
Browse files Browse the repository at this point in the history
  • Loading branch information
ijan780 committed Sep 1, 2024
1 parent d049454 commit ca44740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/time-series/train_second_model_unet_encdec.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def validate(
checkpoint_dir,
metadata=None,
tb_logger=None,
log_image_interval = 300,
log_image_interval = 10,
):
model.eval()
validation_loss = 0
Expand Down

0 comments on commit ca44740

Please sign in to comment.