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