{ "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 }