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:de7370fe5918e9443906594fa305d3feb2e3efc48ec54e5ac14d7e0164e68162
size 5120
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3ed2adcc1925768cfa0711a159d1d66f06bb66291e525b12b27b7546637a8ff
size 913
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:367158095c65a5032438974f263ba7d92c3f0860fbfeb0dc1efe38072b8e8fc0
size 5120
@@ -0,0 +1,12 @@
{
"command": "grad",
"network": "resources/global_context_net_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_grad_0.bin"
],
"description": "2-D global context network: local conv_same(3\u00d73)+GELU features enriched by additive per-row average (reduce_sum/n broadcasts over last axis) then leaky_relu; batch=4, 8\u00d720",
"points": 3
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef7f6f5c2877bab7970b7cec94054bbda8955778ef5c8aa48db1fded7afb9c79
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:851fecba3b8f5b287f4fde7dba44262889e83e7dc4aa06e98d745d0508a79fb0
size 1330
@@ -0,0 +1,12 @@
{
"command": "grad",
"network": "resources/squeeze_excite_net_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_grad_0.bin"
],
"description": "squeeze-and-excitation: local 2-D conv+leaky_relu branch recalibrated by a per-row avg-pool gate (elu(row_mean)+1); batch=4, 8\u00d720",
"points": 3
}