Skip to content

Commit

Permalink
comment out validation_plots
Browse files Browse the repository at this point in the history
  • Loading branch information
farakiko committed Jan 15, 2025
1 parent 1a5d245 commit f04675e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mlpf/model/training.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ def eval_epoch(
)

# Save validation plots for first batch
if (rank == 0 or rank == "cpu") and ival == 0:
validation_plots(batch, ypred_raw, ytarget, ypred, tensorboard_writer, epoch, outdir)
# if (rank == 0 or rank == "cpu") and ival == 0:
# validation_plots(batch, ypred_raw, ytarget, ypred, tensorboard_writer, epoch, outdir)

# Accumulate losses
for loss_name in loss:
Expand Down

0 comments on commit f04675e

Please sign in to comment.