Skip to content

Commit

Permalink
remove debug plot
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdenby committed Nov 26, 2024
1 parent a489c2e commit 242d08b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions neural_lam/models/ar_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,10 +534,6 @@ def plot_examples(self, batch, n_examples, split, prediction=None):
]

example_i = self.plotted_examples
# for i, fig in enumerate(var_figs):
# fn = f"example_{i}_{example_i}_t{t_i}.png"
# fig.savefig(fn)
# logger.info(f"Saved example plot to {fn}")

wandb.log(
{
Expand Down

0 comments on commit 242d08b

Please sign in to comment.