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:a80fdd7a99e45e13cbd7024f11f18d777138055adf68ac6ea5619e4e6eca52d2
size 128
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f19974325999f52ffb078693eb0066c3e960bc387ad913f10bf62333c5d6a42
size 318
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8c4322943a63c28095547ca3cb136f5ce149dd7952bcd3c9b37e99bfa41904d
size 4608
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/avg_pool_deep_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "two sequential 2-D avg-pool stages: avg(window=3,stride=3) then avg(window=2,stride=2); batch=4, C=1, spatial 12\u00d712 \u2192 4\u00d74 \u2192 2\u00d72",
"points": 3
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:349fc40ae49dcb851d80ffa9fb67bdaa5117d47f457c0db1db7576820c45021e
size 1536
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e507935eb4c99c5fa1ff68a7627e5ba0e71de2cb398cb9a12c7cbeb25c07782f
size 961
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79699f6c902652d53a9914531ea65356b2822f562f9c853fb29233e6d6b89cb3
size 2560
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/avg_pool_then_conv_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "2-D avg_pool(window=3,stride=1) feeding into conv_same(kernel=3\u00d73)+ELU; tests avgpool output as conv input; batch=4, 8\u00d710 \u2192 6\u00d78",
"points": 3
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:344a06d24c99b396654ebd1a17c3f75e3ca0763b72420313302ef284eb6f81ac
size 512
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1be4a34dd1b23250bdd73636aaf7ab0ec84e617960de1c7ae40383ec6a4347a0
size 314
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ff7a8bfadd201ce6d5a2c9ea1e4a900cadb10b86d12e246621bef5ec9023d86
size 4608
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/avg_pool_with_gelu_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "2-D avg_pool(window=5,stride=2) followed by GELU activation; batch=4, 12\u00d712 \u2192 4\u00d74",
"points": 3
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5100a555e7983fd7dd4289a51e917cb29c415065cf2e4026ee1547da9f696f1
size 288
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a480cccc04b48a4a676f5b409efc711bf145a1d369d0831afed2aa2150c1069
size 669
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f07b5cb6b3cffb197c0bfa2f7cd2eb9374185e5fa11d00d402408bf0f176655
size 2048
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/gelu_conv_avg_pool_net_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "conv(same-pad, 3x3) \u2192 GELU \u2192 avg_pool(4x4, stride=2); batch=4, spatial 8x8, output 3x3",
"points": 3
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1dcf0d6e249cad89af5fcce0cf69201a666248b8fc6e9f47e956a775310dcf2
size 1664
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:761c00ea12fa1855a72de9a9b0a48e18d9e5d7f04372112c5a690548adb750a9
size 11520
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9caa0030ba7712a542900ad1f00b7dab338dd60e53769c2112390ad67d309718
size 1486
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/layer_norm_with_avg_pool_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "2-D avg_pool(window=5,stride=2) followed by layer normalisation on last axis; input 12\u00d730 \u2192 4\u00d713; batch=4",
"points": 3
}