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:2c2895ca71d23df4d6f3a4364f0326cb85f91d0a5d214680c5f810e2f0d306eb
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": "grad",
"network": "resources/layer_norm_conv_net_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_grad_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:e62c140d43e4582cec59fb7c67d5319f67fd53fe97ac918467719492ef56124f
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": "grad",
"network": "resources/layer_norm_per_block_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_grad_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:81be300cc59693c3ae878dec596c9ae1991ba87506fe9c514abaceebd2288d29
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": "grad",
"network": "resources/layer_norm_sandwich_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_grad_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
}