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:6b70e1cc3f13db56e517d9d0c839ba17135cfc562200cc67e8f78d154a647435
size 9216
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9206d3443155ae579fd74d963f52343c27fa5c96188d7e2b2b6989ef546f08f2
size 1091
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2a333b092e40a4253bf657dcc2039f0b165662cf55b6cd52648e819e48ad938
size 9216
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/dilated_conv_residual_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "2-D dilated conv (dilation=2, effective kernel 5\u00d75) + ELU with residual skip connection; batch=4, 12\u00d724",
"points": 2
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1b025417642ef34fd16e1aba0b742fae25740af704fd4b255087af2b167b60a
size 9216
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63fd4f528ac4231ece2aff1916a4b63cf3254cdfc76c60f89cf81f4742a518ef
size 700
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2a333b092e40a4253bf657dcc2039f0b165662cf55b6cd52648e819e48ad938
size 9216
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/dilated_conv_single_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "single 2-D dilated convolution: 3\u00d73 kernel pre-dilated to effective 5\u00d75 (dilation=2) via pad(0,0,dil=2) on both axes; same-padding preserves shape; followed by leaky_relu; batch=4, 12\u00d724",
"points": 2
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8cf4d9bac7cba5ae140d33aed6ca8baa7e4365f5b420733a891a931cc5506b79
size 9216
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cdf3bf0358d0141cc14aed7834732afbf8a628eef64d99409008ffa9472b6019
size 2488
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2a333b092e40a4253bf657dcc2039f0b165662cf55b6cd52648e819e48ad938
size 9216
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/dilated_conv_stack_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "stack of three 2-D dilated convolutions with increasing dilation rates (1, 2, 4): receptive fields 3, 5, 9 on each axis; all same-padding; activations leaky_relu, ELU, GELU; batch=4, 12\u00d724",
"points": 2
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:933626d6df1c71a85fbc3acb443205cbba2d6cd0dbda7461423ab2c49240e754
size 672
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f802c98be15869fd4c1c1521b30bf364bc783bc4f5c6c6e33865c3aeec13b11
size 1541
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d868cc78366376bf665f550749b141e4fd4344f58c8bafa735fbc13826d0fff1
size 10752
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/dilated_encoder_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "2-D dilated encoder: conv(dil=1)+leaky_relu then conv(dil=2)+ELU followed by avg_pool(window=4,stride=4) to aggregate; batch=4, 12\u00d728 \u2192 3\u00d77",
"points": 2
}
@@ -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
}