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:d8ec756f08d82496a81189eea74dff9fbd50401422b42962b2bdc6d7171f43e5
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": "grad",
"network": "resources/leaky_relu_1d_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_grad_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:2dfed03da42f822d399bc8672dc68df1436fcf7831554688103df31ab40d5afe
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": "grad",
"network": "resources/leaky_relu_2d_batch_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_grad_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:9d1797a28deaa720b25b2b54999a8f78d2725875774a2c68d86cbfc97c7c3569
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": "grad",
"network": "resources/leaky_relu_negative_slope_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_grad_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:6e91e92205f42beb0df4ddf13cf0af352b29ffd2de9465348cdb1447a324e828
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": "grad",
"network": "resources/leaky_relu_slope_one_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_grad_0.bin"
],
"description": "slope=1 degenerates to the identity",
"points": 1
}