Preliminary state
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user