Files
fvnn-minijax/tests/milestone1/open/speed/eval/residual_dense_mix/test.json
T
Anton Pogrebnjak 0ab11cfc5e Preliminary state
2026-05-26 10:24:33 +02:00

18 lines
737 B
JSON

{
"command": "bench_eval",
"network": "resources/residual_dense_mix_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"n_repeats": 30,
"n_warmup": 3,
"max_slowdown": 0.95,
"description": "speed: mixed 2-D residual+dense architecture with leaky_relu/ELU/GELU; batch=4, 8x20\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
}
}