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

13 lines
307 B
JSON

{
"command": "grad",
"network": "resources/elu_batch_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_grad_0.bin"
],
"description": "ELU activation on a batch of 4 vectors of length 20, values in [-2, 2]",
"points": 1
}