Files

17 lines
344 B
JSON
Raw Permalink Normal View History

2026-05-26 10:24:33 +02:00
{
"command": "fuzz_grad",
"n_trials": 100,
"seed": 4302181,
"primitives": [
"relu",
"square",
"dot",
"add",
"mul",
"neg"
],
"check_nan_inf": true,
"description": "backward-pass numerics fuzz over curated finite-gradient subset (relu/square/dot/add/mul/neg); fails on NaN/Inf in gradients",
"points": 6
}