summaryrefslogtreecommitdiff
path: root/results
diff options
context:
space:
mode:
Diffstat (limited to 'results')
-rw-r--r--results/bp_with_penalty/bp_pen_lam0.01_s42.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/results/bp_with_penalty/bp_pen_lam0.01_s42.json b/results/bp_with_penalty/bp_pen_lam0.01_s42.json
new file mode 100644
index 0000000..81836ae
--- /dev/null
+++ b/results/bp_with_penalty/bp_pen_lam0.01_s42.json
@@ -0,0 +1,42 @@
+{
+ "config": {
+ "seed": 42,
+ "epochs": 30,
+ "lr": 0.001,
+ "wd": 0.01,
+ "lam": 0.01,
+ "output_dir": "results/bp_with_penalty"
+ },
+ "final_acc": 0.5303,
+ "log": [
+ {
+ "epoch": 1,
+ "test_acc": 0.3621
+ },
+ {
+ "epoch": 5,
+ "test_acc": 0.4054
+ },
+ {
+ "epoch": 10,
+ "test_acc": 0.4527
+ },
+ {
+ "epoch": 15,
+ "test_acc": 0.4872
+ },
+ {
+ "epoch": 20,
+ "test_acc": 0.5082
+ },
+ {
+ "epoch": 25,
+ "test_acc": 0.5285
+ },
+ {
+ "epoch": 30,
+ "test_acc": 0.5303
+ }
+ ],
+ "margin_pp": 18.130000000000003
+} \ No newline at end of file