13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"command": "grad",
|
|
"network": "resources/mul_broadcast_network.mininn",
|
|
"inputs": [
|
|
"resources/input_0.bin",
|
|
"resources/input_1.bin"
|
|
],
|
|
"expected_outputs": [
|
|
"expected_grad_0.bin",
|
|
"expected_grad_1.bin"
|
|
]
|
|
}
|