diff options
Diffstat (limited to 'results/bp_no_penalty_30ep')
| -rw-r--r-- | results/bp_no_penalty_30ep/bp_pen_lam0.0_s123.json | 42 | ||||
| -rw-r--r-- | results/bp_no_penalty_30ep/bp_pen_lam0.0_s42.json | 42 | ||||
| -rw-r--r-- | results/bp_no_penalty_30ep/bp_pen_lam0.0_s456.json | 42 |
3 files changed, 126 insertions, 0 deletions
diff --git a/results/bp_no_penalty_30ep/bp_pen_lam0.0_s123.json b/results/bp_no_penalty_30ep/bp_pen_lam0.0_s123.json new file mode 100644 index 0000000..26065b0 --- /dev/null +++ b/results/bp_no_penalty_30ep/bp_pen_lam0.0_s123.json @@ -0,0 +1,42 @@ +{ + "config": { + "seed": 123, + "epochs": 30, + "lr": 0.001, + "wd": 0.01, + "lam": 0.0, + "output_dir": "results/bp_no_penalty_30ep" + }, + "final_acc": 0.5845, + "log": [ + { + "epoch": 1, + "test_acc": 0.3958 + }, + { + "epoch": 5, + "test_acc": 0.4851 + }, + { + "epoch": 10, + "test_acc": 0.5345 + }, + { + "epoch": 15, + "test_acc": 0.5564 + }, + { + "epoch": 20, + "test_acc": 0.5748 + }, + { + "epoch": 25, + "test_acc": 0.5827 + }, + { + "epoch": 30, + "test_acc": 0.5845 + } + ], + "margin_pp": 23.550000000000004 +}
\ No newline at end of file diff --git a/results/bp_no_penalty_30ep/bp_pen_lam0.0_s42.json b/results/bp_no_penalty_30ep/bp_pen_lam0.0_s42.json new file mode 100644 index 0000000..b55aee7 --- /dev/null +++ b/results/bp_no_penalty_30ep/bp_pen_lam0.0_s42.json @@ -0,0 +1,42 @@ +{ + "config": { + "seed": 42, + "epochs": 30, + "lr": 0.001, + "wd": 0.01, + "lam": 0.0, + "output_dir": "results/bp_no_penalty_30ep" + }, + "final_acc": 0.5851, + "log": [ + { + "epoch": 1, + "test_acc": 0.392 + }, + { + "epoch": 5, + "test_acc": 0.495 + }, + { + "epoch": 10, + "test_acc": 0.5296 + }, + { + "epoch": 15, + "test_acc": 0.5539 + }, + { + "epoch": 20, + "test_acc": 0.5721 + }, + { + "epoch": 25, + "test_acc": 0.5813 + }, + { + "epoch": 30, + "test_acc": 0.5851 + } + ], + "margin_pp": 23.61 +}
\ No newline at end of file diff --git a/results/bp_no_penalty_30ep/bp_pen_lam0.0_s456.json b/results/bp_no_penalty_30ep/bp_pen_lam0.0_s456.json new file mode 100644 index 0000000..de092b2 --- /dev/null +++ b/results/bp_no_penalty_30ep/bp_pen_lam0.0_s456.json @@ -0,0 +1,42 @@ +{ + "config": { + "seed": 456, + "epochs": 30, + "lr": 0.001, + "wd": 0.01, + "lam": 0.0, + "output_dir": "results/bp_no_penalty_30ep" + }, + "final_acc": 0.5863, + "log": [ + { + "epoch": 1, + "test_acc": 0.3969 + }, + { + "epoch": 5, + "test_acc": 0.4957 + }, + { + "epoch": 10, + "test_acc": 0.5344 + }, + { + "epoch": 15, + "test_acc": 0.5612 + }, + { + "epoch": 20, + "test_acc": 0.5716 + }, + { + "epoch": 25, + "test_acc": 0.5845 + }, + { + "epoch": 30, + "test_acc": 0.5863 + } + ], + "margin_pp": 23.730000000000008 +}
\ No newline at end of file |
