Preliminary state
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"command": "fuzz_eval",
|
||||
"n_trials": 100,
|
||||
"seed": 5024369,
|
||||
"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": "fuzz forward-pass with all supported primitives to verify robustness including numerically unsafe ops",
|
||||
"points": 6
|
||||
}
|
||||
Reference in New Issue
Block a user