Sgrasse/develop/2353 plot train#2354
Conversation
8c1343a to
d65d133
Compare
|
Is this urgent? Because if not I would not merge this, because it breaks everyone's plotting of runs, not sure what the value added is. |
Thanks for the quick response. This is not urgent, just something I noticed. Can you point me to what exactly is breaking peoples workflows? The removed code in |
|
I didn't test, but from looking at the code (briefly) I worry, plot_train wouldn't be able to read old jsons. |
93b49f6 to
ba7f11c
Compare
If "old" jsons means:
But please lets not try to have this back-and-forth discussion. Please pinpoint your concerns in a review. |
TillHae
left a comment
There was a problem hiding this comment.
Looks good. Just some comments regarding things I would do different
| if col_split[2].lower() == err.lower() and col_split[3] in channels: | ||
| data_cols += [col] | ||
|
|
||
| data_cols = list(data_cols) |
There was a problem hiding this comment.
data_cols already is a list
Agreed, the text files can be removed. |
old jsons is the train_metrics files that plot_train reads... Did you test if it works with those e.g. JEPA/forecasting ? JEPA |
8ccd80a to
889da45
Compare
Description
Issue Number
closes #2353
Is this PR a draft? Mark it as draft.
Checklist before asking for review
./scripts/actions.sh lint./scripts/actions.sh unit-test./scripts/actions.sh integration-testlaunch-slurm.py --time 60