File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # python plot_metrics.py ./metrics f1 duration all_runs_f1_over_duration.png
4+ # python plot_metrics.py ./metrics f1 epoch all_runs_f1_over_epoch.png
5+
6+
7+
8+ # python plot_metrics7.py ./metrics f1 duration adamw all_runs_f1_over_epoch.png
9+
10+ # python plot_metrics10.py ./metrics f1 duration adamw all_runs_f1_over_duration.png both
11+ # python plot_metrics10.py ./metrics f1 duration adamw all_runs_f1_over_duration_adamw.png alternative
12+ # python plot_metrics10.py ./metrics f1 duration adamw all_runs_f1_over_duration_sgd.png standard
13+
14+
15+ # python plot_metrics13.py ./metrics f1 duration baseline adamw both_runs_f1_over_duration.png both
16+ # python plot_metrics13.py ./metrics f1 duration baseline adamw baseline_runs_f1_over_duration.png baseline
17+ # python plot_metrics13.py ./metrics f1 duration baseline adamw adamw_runs_f1_over_duration.png adamw
18+
19+ python plot_metrics.py ./metrics f1 epoch baseline sigmoid_bce both_runs_f1_over_epoch.png both
20+ python plot_metrics.py ./metrics f1 duration baseline sigmoid_bce both_runs_f1_over_duration.png both
21+
22+ xdg-open both_runs_f1_over_duration.png
You can’t perform that action at this time.
0 commit comments