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