Files
fvnn-minijax/tests/milestone1/open/unit/eval/elu/elu_batch/test.json
T

13 lines
309 B
JSON
Raw Normal View History

2026-05-26 10:24:33 +02:00
{
"command": "eval",
"network": "resources/elu_batch_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "ELU activation on a batch of 4 vectors of length 20, values in [-2, 2]",
"points": 1
}