13 lines
291 B
JSON
13 lines
291 B
JSON
{
|
|
"command": "grad",
|
|
"network": "resources/gelu_1d_network.mininn",
|
|
"inputs": [
|
|
"resources/input_0.bin"
|
|
],
|
|
"expected_outputs": [
|
|
"expected_grad_0.bin"
|
|
],
|
|
"description": "GELU activation on 100 linearly spaced values in [-3, 3]",
|
|
"points": 1
|
|
}
|