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:0ef6ada7cebfa05bdc63032d239ea627932a81acaad722d932445aef1dedfd48
size 1280
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6f859b5f52f1cc2e995f312698280d0c37f5cf05118f2a55ded758dbf7958bf
size 808
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60b9c29ef09907b50a8ada84c8126e6a90e1e6cc0c0e116bd23b531fdf96b413
size 11520
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/bottleneck_net_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "2-D bottleneck: avg_pool(3,3) compresses (4,12,30)\u2192(4,4,10); GELU conv_same at low resolution; skip from pooled input; batch=4",
"points": 3
}