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:9b1df50a656da640c1be122e61f4375d8bb7d096a5f989feb0293a5f1499db3c
size 800
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03f36663d9df8ac128397cb636c613de63253cd8457146030f4061ae3da29027
size 800
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:364a0866f7f2031d624303038582f66d28dac2ef422bb388e1a3a5b748a03f39
size 183
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/leaky_relu_1d_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "leaky_relu with slope=0.1 on 100 values linearly spaced in [-5, 5]",
"points": 1
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12b40d76bdb15214b94d580f208a7322f8c16523cf8380fca7832e56a02c2deb
size 1024
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf945505e5643c210933c0487dae9d4ad927785baaada8338bf21d4b2801f089
size 1024
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66558aac74647686c111baf5b0ff4cf35ab45086cc0b44039f1587f4a3f5b436
size 187
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/leaky_relu_2d_batch_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "leaky_relu with slope=0.2 on a batch of 8 vectors of length 16, values in [-3, 3]",
"points": 1
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47da2a6d89d39dd2058f75694ec92691bfc19d36164b0e6ce6c50236604f1109
size 48
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9797d16961307e23c5ac207d036671b3b7f7c183c785fdc5deca819f4cc63af7
size 48
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:630b83b696563b5e3d668745ae6516e89753a7d9aa95c826123d73f56b6ee3b4
size 176
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/leaky_relu_negative_slope_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "negative slope: catches hardcoded non-negativity assumptions",
"points": 1
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79d87ab77dd78fa2baf7a921f8c3383720213e362a9db0a96c12de41946a5572
size 40
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79d87ab77dd78fa2baf7a921f8c3383720213e362a9db0a96c12de41946a5572
size 40
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7fc520d7e2712309ee909314ad6e1ca3fd80c07a09dc5198660604d4bd3b2d51
size 175
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/leaky_relu_slope_one_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "slope=1 degenerates to the identity",
"points": 1
}