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:953515a9be7cc2bee9379d36622c70da0d4806f262ff61b7b256f322b9e23216
size 10752
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f802c98be15869fd4c1c1521b30bf364bc783bc4f5c6c6e33865c3aeec13b11
size 1541
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d868cc78366376bf665f550749b141e4fd4344f58c8bafa735fbc13826d0fff1
size 10752
@@ -0,0 +1,12 @@
{
"command": "grad",
"network": "resources/dilated_encoder_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_grad_0.bin"
],
"description": "2-D dilated encoder: conv(dil=1)+leaky_relu then conv(dil=2)+ELU followed by avg_pool(window=4,stride=4) to aggregate; batch=4, 12\u00d728 \u2192 3\u00d77",
"points": 2
}