15 lines
334 B
JSON
15 lines
334 B
JSON
{
|
|
"command": "fuzz_grad",
|
|
"n_trials": 50,
|
|
"seed": 5785067,
|
|
"primitives": [
|
|
"expand_dims",
|
|
"moveaxis",
|
|
"reshape",
|
|
"reduce_sum"
|
|
],
|
|
"check_nan_inf": false,
|
|
"description": "targeted gradient fuzz for shape-manipulating primitives to verify transposed shape-propagation in the backward pass",
|
|
"points": 6
|
|
}
|