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:be7a0ce6c18891f465a03c8cafde9e27a328455e076a2208dcc95a1ab46e7e56
size 2560
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5d9be581791da09d607825e705440dbf97b0b11692ed0f5f261725501a29c95
size 2560
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:797441041d0f4776682ec3f4c1e46ce83f3fd94b55a1b902b45c22dc3eadb3be
size 1749
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/layer_norm_conv_net_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "conv(same-pad, 3x3) \u2192 layer_norm over last axis (gamma=1, beta=0) \u2192 ReLU; batch=4, spatial 8x10",
"points": 3
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00914dce4444b9b9fb5679917d64d1d7ce4cc12bd09257edc1f32842cf75b7a2
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:648432727a2e48c44d89a8d014f00f16f302d3fb4096dcccea2f8d2b781197de
size 5913
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/layer_norm_per_block_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "pre-norm 2-D architecture: layer_norm\u2192conv_same(3\u00d73)\u2192activation applied 3 times; activations leaky_relu/ELU/GELU; batch=4, 8\u00d720",
"points": 3
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40af1b82c9e331c22adf0398136dca5c29eff8b57bbfc7e9724034b103b9b868
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:1cc9b27fcea7c9f30d54f1fa4a9851d3f632f79fab879a12aa5a2bf1f154fa74
size 4067
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/layer_norm_sandwich_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "conv\u2192layer_norm\u2192leaky_relu\u2192conv\u2192layer_norm\u2192elu; two-layer 2-D conv with LN between each; batch=4, 8\u00d720",
"points": 3
}