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:17b2fb242a1c689dbdb0db7b952a3e88a5296e6d9f863a46da24695b7e16ecd1
size 5120
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e48867e38742c3cd3995481f7049eb331969b9d94d0ef52e4a9ca1cea2847dd2
size 1523
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:367158095c65a5032438974f263ba7d92c3f0860fbfeb0dc1efe38072b8e8fc0
size 5120
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/dense_conv_net_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "DenseNet-style: each block receives the sum of all prior outputs; 3 blocks with ReLU/ReLU/GELU; all 2-D same-padding 3\u00d73 conv; batch=4, 8\u00d720",
"points": 2
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6199c0cd8ec71c519644ba8a65bcb0b411b57f872bccf9584678721c60790e5d
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:d0cb82671ce63bed1bff12289e4508a89e5f59f0d07d758322a662d8aac4197c
size 566
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/leaky_relu_conv_net_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "single-layer 2-D conv net: conv(same-pad, 3x3, stride=1) \u2192 leaky_relu(slope=0.1); batch=4, spatial 8x10, output preserved",
"points": 2
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:64ea0ffb3d4bc87258b2923f2c8b8ea16d91f535838f294acd34afb89288e85e
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:660a7948d0a260358ae9e4d87da54f965d5bc193ec76ba9fa601ec632caebf2b
size 1802
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/recurrent_unrolled_conv_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "recurrent-like architecture: same 3\u00d73 conv kernel applied 4 times with leaky_relu; weight sharing means the kernel Const appears in 4 equations; batch=4, 8\u00d720",
"points": 2
}