Skip to content

Commit

Permalink
add metrics watch to modelconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Mathias Schreiner committed Feb 4, 2025
1 parent 0e8921e commit 4a47c03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ class ModelArgs:
num_past_forcing_steps = 1
num_future_forcing_steps = 1
val_steps_to_log = [1, 3]
metrics_watch = []

return ModelArgs()

Expand Down

0 comments on commit 4a47c03

Please sign in to comment.