17 lines
344 B
JSON
17 lines
344 B
JSON
|
|
{
|
||
|
|
"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
|
||
|
|
}
|