diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-08-06 17:23:24 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-08-06 17:23:24 -0500 |
| commit | ce1444f31ceab281e59f6aa696131fbcb1c56fc7 (patch) | |
| tree | 3fdee70019fb3e1e424551034bcd21a1da846ab9 /results/ep_bias/s3/clean-e3-s1988.json | |
| parent | f631d9709ff695a0015d6cae8b90b3c3802ee9a3 (diff) | |
results: validate beta-independent Rain bias
Diffstat (limited to 'results/ep_bias/s3/clean-e3-s1988.json')
| -rw-r--r-- | results/ep_bias/s3/clean-e3-s1988.json | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/results/ep_bias/s3/clean-e3-s1988.json b/results/ep_bias/s3/clean-e3-s1988.json new file mode 100644 index 0000000..f9b87ea --- /dev/null +++ b/results/ep_bias/s3/clean-e3-s1988.json @@ -0,0 +1,96 @@ +{ + "schema": "rain_ep_structured_bias_screen_v1", + "sdil": { + "revision": "25f9b58f2fe478b7a4c728f404364ef8b8a92155" + }, + "author": { + "repository": "https://github.com/rain-neuromorphics/energy-based-learning", + "revision": "6b253fd8a5d267535f58ab79992256ef10031ceb" + }, + "protocol": { + "dataset": "FashionMNIST", + "network": "author ConvHopfieldEnergy28 32-64-10", + "algorithm": "equilibrium propagation", + "beta_policy": "fixed_positive", + "beta_seed": 7100, + "adapter": "layer", + "mode": "clean", + "bias_ratio": 0.0, + "predictor_rate": 0.2, + "neutral_cadence": 1, + "layer_calibration_steps": 1, + "layer_bias_normalization": "first_state", + "calibration_batches": 0, + "calibration_observations": 0, + "calibration_seconds": 4.76837158203125e-07, + "extra_equilibrium_phases_for_predictor": 0, + "predictor_neutral_source": "existing_first_EP_phase", + "bias_ratio_normalization": "initial_free_layer_state_rms", + "bias_ratio_normalization_visible_to_predictor": false, + "epochs": 3, + "train_limit": 10000, + "test_limit": 2000, + "evaluation_split": "train_holdout", + "data_seed": 6200, + "batch_size": 128, + "training_iterations": 12, + "inference_iterations": 30, + "seed": 1988, + "device": "cuda", + "determinism": "author_default", + "autodiff_used_for_learning": false + }, + "hardware": { + "torch_version": "2.3.1+cu118", + "torch_cuda_version": "11.8", + "cuda_visible_devices": "5", + "device_name": "NVIDIA GeForce GTX 1080" + }, + "metrics": [ + { + "epoch": 1, + "train_accuracy": 0.5655, + "train_cost": 0.3262466604709625, + "test_accuracy": 0.711, + "test_cost": 0.23319924068450928, + "finite": true, + "corrector": {}, + "wall_seconds": 11.05344820022583 + }, + { + "epoch": 2, + "train_accuracy": 0.7516, + "train_cost": 0.20616690640449523, + "test_accuracy": 0.7615, + "test_cost": 0.19976785612106324, + "finite": true, + "corrector": {}, + "wall_seconds": 21.771517276763916 + }, + { + "epoch": 3, + "train_accuracy": 0.7874, + "train_cost": 0.18457753739356994, + "test_accuracy": 0.7915, + "test_cost": 0.19521675968170166, + "finite": true, + "corrector": {}, + "wall_seconds": 32.58404016494751 + } + ], + "epochs_completed": 3, + "beta_sign_counts": { + "positive": 0, + "negative": 0 + }, + "final": { + "epoch": 3, + "train_accuracy": 0.7874, + "train_cost": 0.18457753739356994, + "test_accuracy": 0.7915, + "test_cost": 0.19521675968170166, + "finite": true, + "corrector": {}, + "wall_seconds": 32.58404016494751 + } +} |
