11 lines
195 B
JSON
11 lines
195 B
JSON
|
|
{
|
||
|
|
"command": "grad",
|
||
|
|
"network": "resources/fc_2x64_network.mininn",
|
||
|
|
"inputs": [
|
||
|
|
"resources/input_0.bin"
|
||
|
|
],
|
||
|
|
"expected_outputs": [
|
||
|
|
"expected_grad_0.bin"
|
||
|
|
]
|
||
|
|
}
|