Files
Anton Pogrebnjak 0ab11cfc5e Preliminary state
2026-05-26 10:24:33 +02:00

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
}