26 lines
440 B
JSON
26 lines
440 B
JSON
|
|
{
|
||
|
|
"command": "fuzz_grad",
|
||
|
|
"n_trials": 150,
|
||
|
|
"seed": 806830,
|
||
|
|
"primitives": [
|
||
|
|
"neg",
|
||
|
|
"relu",
|
||
|
|
"square",
|
||
|
|
"leaky_relu",
|
||
|
|
"add",
|
||
|
|
"mul",
|
||
|
|
"dot",
|
||
|
|
"where",
|
||
|
|
"expand_dims",
|
||
|
|
"moveaxis",
|
||
|
|
"reshape",
|
||
|
|
"reduce_sum",
|
||
|
|
"pad",
|
||
|
|
"conv",
|
||
|
|
"avgpool"
|
||
|
|
],
|
||
|
|
"check_nan_inf": false,
|
||
|
|
"description": "fuzz gradient computation with safe primitives to verify no crashes or shape errors",
|
||
|
|
"points": 6
|
||
|
|
}
|