diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-21 08:53:51 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-21 08:53:51 -0500 |
| commit | 4d0186956cc3d1adda1d7937d9efdde2507fdf6d (patch) | |
| tree | 0e67f9e6c1eece26b4651f0cd6ce48fbaa462b32 /results/baseline_budget_v1_mnist_ff_w256_d3_s4.json | |
| parent | 65fdc3dfd67b1ac61f977fafa363e7a89ed0da57 (diff) | |
results: record audited scaling and baseline runs
Diffstat (limited to 'results/baseline_budget_v1_mnist_ff_w256_d3_s4.json')
| -rw-r--r-- | results/baseline_budget_v1_mnist_ff_w256_d3_s4.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/results/baseline_budget_v1_mnist_ff_w256_d3_s4.json b/results/baseline_budget_v1_mnist_ff_w256_d3_s4.json new file mode 100644 index 0000000..47c2755 --- /dev/null +++ b/results/baseline_budget_v1_mnist_ff_w256_d3_s4.json @@ -0,0 +1 @@ +{"args": {"method": "ff", "dataset": "mnist", "depth": 3, "width": 256, "epochs": 15, "batch_size": 128, "max_batches": 0, "eta": null, "momentum": 0.9, "act": "tanh", "residual": 0, "feedback_scale": 1.0, "pepita_f_scale": 0.05, "keep_prob": 0.9, "ff_threshold": 2.0, "ep_beta": 0.5, "ep_dt": 0.5, "ep_free_steps": 20, "ep_nudge_steps": 4, "canonical_preprocess": 1, "seed": 4, "device": "cuda", "outdir": "results", "tag": "baseline_budget_v1_mnist_ff_w256_d3_s4"}, "method_source": {"paper": "https://www.cs.toronto.edu/~hinton/absps/FFXfinal.pdf", "reference": "https://github.com/mpezeshki/pytorch_forward_forward", "protocol": "greedy layerwise goodness; input length normalization; Adam"}, "provenance": {"git_commit": "c8a372cae2612839bdbdafcf9c114f52cb4a6de3", "git_dirty": false}, "steps": [{"layer_end": 0, "test_acc": 0.0941, "local_loss": 0.22019338607788086}, {"layer_end": 1, "test_acc": 0.9345, "local_loss": 0.2702571749687195}, {"layer_end": 2, "test_acc": 0.9342, "local_loss": 0.2818516492843628}], "final": {"test_acc": 0.9342, "test_loss": NaN, "wall_s": 68.65620350837708}}
\ No newline at end of file |
