18 lines
753 B
JSON
18 lines
753 B
JSON
{
|
|
"command": "bench_eval",
|
|
"network": "resources/dilated_conv_stack_network.mininn",
|
|
"inputs": [
|
|
"resources/input_0.bin"
|
|
],
|
|
"n_repeats": 30,
|
|
"n_warmup": 3,
|
|
"max_slowdown": 0.95,
|
|
"description": "speed: stack of three 2-D dilated convolutions (dilation 1/2/4); leaky_relu/ELU/GELU; batch=4, 12x24\n\nScoring: no regular points; the test is marked passed only when the implementation is at least 5 % faster than the reference (max_slowdown=0.95). Bonus: tier 1 = 3 pts for slowdown <= 0.95 (>=5 % speedup), tier 2 = 7 pts for slowdown <= 0.75 (>=25 % speedup); bonuses are cumulative.",
|
|
"bonus_points": 10,
|
|
"scoring": {
|
|
"function": "speed",
|
|
"tier1_bonus": 3,
|
|
"tier2_bonus": 7
|
|
}
|
|
}
|