Preliminary state

This commit is contained in:
Anton Pogrebnjak
2026-05-26 10:24:33 +02:00
commit 0ab11cfc5e
950 changed files with 6428 additions and 0 deletions
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb439cd859f11b15c5355bbfdc81040bb67649d7a7431451605682a9f30f6870
size 2304
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2a333b092e40a4253bf657dcc2039f0b165662cf55b6cd52648e819e48ad938
size 9216
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b462b292dcc34a42707c31872e61f6a6ec42cb772c5f3a43aeefaed1b89d0f0e
size 1966
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/multiscale_fusion_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "2-D multi-scale feature fusion: full-res branch (conv+leaky_relu) and half-res branch (avg_pool(2,2)+conv+ELU) merged at half resolution via addition; batch=4, 12\u00d724 \u2192 6\u00d712",
"points": 2
}