summaryrefslogtreecommitdiff
path: root/results/bp_with_penalty
diff options
context:
space:
mode:
Diffstat (limited to 'results/bp_with_penalty')
-rw-r--r--results/bp_with_penalty/bp_pen_lam0.01_s123.json42
-rw-r--r--results/bp_with_penalty/bp_pen_lam0.01_s456.json42
2 files changed, 84 insertions, 0 deletions
diff --git a/results/bp_with_penalty/bp_pen_lam0.01_s123.json b/results/bp_with_penalty/bp_pen_lam0.01_s123.json
new file mode 100644
index 0000000..6d2e963
--- /dev/null
+++ b/results/bp_with_penalty/bp_pen_lam0.01_s123.json
@@ -0,0 +1,42 @@
+{
+ "config": {
+ "seed": 123,
+ "epochs": 30,
+ "lr": 0.001,
+ "wd": 0.01,
+ "lam": 0.01,
+ "output_dir": "results/bp_with_penalty"
+ },
+ "final_acc": 0.5262,
+ "log": [
+ {
+ "epoch": 1,
+ "test_acc": 0.3593
+ },
+ {
+ "epoch": 5,
+ "test_acc": 0.4104
+ },
+ {
+ "epoch": 10,
+ "test_acc": 0.463
+ },
+ {
+ "epoch": 15,
+ "test_acc": 0.4839
+ },
+ {
+ "epoch": 20,
+ "test_acc": 0.5025
+ },
+ {
+ "epoch": 25,
+ "test_acc": 0.5194
+ },
+ {
+ "epoch": 30,
+ "test_acc": 0.5262
+ }
+ ],
+ "margin_pp": 17.720000000000002
+} \ No newline at end of file
diff --git a/results/bp_with_penalty/bp_pen_lam0.01_s456.json b/results/bp_with_penalty/bp_pen_lam0.01_s456.json
new file mode 100644
index 0000000..225c109
--- /dev/null
+++ b/results/bp_with_penalty/bp_pen_lam0.01_s456.json
@@ -0,0 +1,42 @@
+{
+ "config": {
+ "seed": 456,
+ "epochs": 30,
+ "lr": 0.001,
+ "wd": 0.01,
+ "lam": 0.01,
+ "output_dir": "results/bp_with_penalty"
+ },
+ "final_acc": 0.5397,
+ "log": [
+ {
+ "epoch": 1,
+ "test_acc": 0.3652
+ },
+ {
+ "epoch": 5,
+ "test_acc": 0.4027
+ },
+ {
+ "epoch": 10,
+ "test_acc": 0.4639
+ },
+ {
+ "epoch": 15,
+ "test_acc": 0.4963
+ },
+ {
+ "epoch": 20,
+ "test_acc": 0.5189
+ },
+ {
+ "epoch": 25,
+ "test_acc": 0.5345
+ },
+ {
+ "epoch": 30,
+ "test_acc": 0.5397
+ }
+ ],
+ "margin_pp": 19.069999999999997
+} \ No newline at end of file