16 lines
357 B
JSON
16 lines
357 B
JSON
|
|
{
|
||
|
|
"command": "fuzz_grad",
|
||
|
|
"n_trials": 50,
|
||
|
|
"seed": 9941134,
|
||
|
|
"primitives": [
|
||
|
|
"leaky_relu",
|
||
|
|
"elu",
|
||
|
|
"gelu",
|
||
|
|
"add",
|
||
|
|
"mul"
|
||
|
|
],
|
||
|
|
"check_nan_inf": false,
|
||
|
|
"description": "targeted gradient fuzz for new activation primitives; exercises backward rules for leaky_relu (piecewise), elu (exp branch), gelu (erf+gaussian)",
|
||
|
|
"points": 6
|
||
|
|
}
|