Files

32 lines
527 B
JSON
Raw Permalink Normal View History

2026-05-26 10:24:33 +02:00
{
"command": "fuzz_grad",
"n_trials": 200,
"seed": 6003614,
"primitives": [
"neg",
"reciprocal",
"relu",
"square",
"sqrt",
"exp",
"log",
"leaky_relu",
"elu",
"gelu",
"add",
"mul",
"dot",
"where",
"expand_dims",
"moveaxis",
"reshape",
"reduce_sum",
"pad",
"conv",
"avgpool"
],
"check_nan_inf": false,
"description": "broad backward-pass fuzz: 1000 trials over all primitives to stress gradient shape-propagation",
"points": 6
}