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

13 lines
293 B
JSON

{
"command": "eval",
"network": "resources/gelu_1d_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "GELU activation on 100 linearly spaced values in [-3, 3]",
"points": 1
}