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