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:71a79caf72710ff00a9a5b78ff0402ceed76434dd420d83bbb5c03d8aa0616f3
size 2048
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1063267f72f9cdeb79f1fcde7392b425e3488bab8fcc94768fbfd5a3b6597809
size 1476
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65e73ba0fae476e98b6afb861c5229d6bcb2888c6315d6fe662add8a0a8d325e
size 8192
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:002045cee0cbc16c4bda735e38416f4679cc0ecdec4af05334c11602840eb56d
size 2048
@@ -0,0 +1,13 @@
{
"command": "eval",
"network": "resources/dual_path_elu_merge_network.mininn",
"inputs": [
"resources/input_0.bin",
"resources/input_1.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "two-input 2-D dual-path network: path1=conv(same,5x5,stride=2)+ELU on 16x16, path2=conv(same,3x3)+leaky_relu on 8x8; both \u2192 8x8, merged by element-wise multiply; batch=4",
"points": 3
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fbaeaf77cbade64e8ffc9b3a9d38a27ac917d0804f8c28bea813d13d19734784
size 2048
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f07b5cb6b3cffb197c0bfa2f7cd2eb9374185e5fa11d00d402408bf0f176655
size 2048
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:002045cee0cbc16c4bda735e38416f4679cc0ecdec4af05334c11602840eb56d
size 2048
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80909cc537967f12d1946bda24af414868bde9ac1a2ca67da45f127514ff29db
size 1818
@@ -0,0 +1,13 @@
{
"command": "eval",
"network": "resources/two_stream_conv_resnet_network.mininn",
"inputs": [
"resources/input_0.bin",
"resources/input_1.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "two-input 2-D conv network: stream1=conv(3x3)+leaky_relu, stream2=conv(3x3)+ELU, merged by addition; final conv(3x3)+GELU with residual from stream1; batch=4, spatial 8x8",
"points": 3
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be2adb465531df4e6edd26d249c91243b9f88791cda5976bb9229d729619975a
size 5120
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:367158095c65a5032438974f263ba7d92c3f0860fbfeb0dc1efe38072b8e8fc0
size 5120
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b1e30b0d2ab16cd3b78ecc3cfe51694e8c42e6701b618c8b5127262c452c962
size 5120
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1680c073ca67d22ccf66a29dc5a4532485b05d363b79e002442cac76ea9e5341
size 3865
@@ -0,0 +1,13 @@
{
"command": "eval",
"network": "resources/two_stream_layer_norm_network.mininn",
"inputs": [
"resources/input_0.bin",
"resources/input_1.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "two-input 2-D network: each stream applies layer_norm\u2192conv_same(3\u00d73)\u2192activation; streams merged by addition with residual from x1; batch=4, 8\u00d720",
"points": 3
}