13 lines
291 B
JSON
13 lines
291 B
JSON
{
|
|
"command": "eval",
|
|
"network": "resources/elu_1d_network.mininn",
|
|
"inputs": [
|
|
"resources/input_0.bin"
|
|
],
|
|
"expected_outputs": [
|
|
"expected_output_0.bin"
|
|
],
|
|
"description": "ELU activation on 100 linearly spaced values in [-4, 4]",
|
|
"points": 1
|
|
}
|