32 lines
527 B
JSON
32 lines
527 B
JSON
{
|
|
"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
|
|
}
|