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:0e4d0806744c858c3e6f90020b5b7cb67197162b3c3bb2334506a9ca527f7a42
size 800
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6dd12710d4063cf4612216448097011ccacbf75d81a981330a5179f446bbecf
size 467
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f4fd25b084cc703eda006c8dd5960df55c31f56743c541b9153a590d7d05ce0
size 800
@@ -0,0 +1,12 @@
{
"command": "grad",
"network": "resources/elu_1d_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_grad_0.bin"
],
"description": "ELU activation on 100 linearly spaced values in [-4, 4]",
"points": 1
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e5c517bbd2fdbf786e5d6558adf0503b422f4fd4bb2e3a142bc4416d5d5826c
size 640
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17c266ec6656d9e0127f27e0e08cae15b98a72fc50f69a508fa488aa516111e5
size 481
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0757d9a45e5076cd12aac3f01085c04a9c58feecd4f1ddc116d8938fe1498ae
size 640
@@ -0,0 +1,12 @@
{
"command": "grad",
"network": "resources/elu_batch_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_grad_0.bin"
],
"description": "ELU activation on a batch of 4 vectors of length 20, values in [-2, 2]",
"points": 1
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:642a1e491411445b801ef4feff594b299982110941b79174058544ee45886678
size 40
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0966e79ed49c2ed6e299f6ff3d543f571e5e8a68b1f7792a11e394465ccec7c
size 439
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b046046987a13d5cc8232a937559b40545ff083de3a14da88e9b77d80a74c46
size 40
@@ -0,0 +1,12 @@
{
"command": "grad",
"network": "resources/elu_boundary_values_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_grad_0.bin"
],
"description": "boundary values including -0.0, +0.0, subnormal; exercises the >=0 boundary",
"points": 1
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5707158dfee366034808b6bf48684165e00e16e3270931c4e99cac6a5fafa50c
size 24
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da5841092ac970d063efbde86302b4f1d473792a4379e70a2aa340e74c3b2d1f
size 555
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0c45303f7f11848cb5e6e5b2af2fb2aecd0b72c28748b88b583ab6bb76df174
size 24
@@ -0,0 +1,12 @@
{
"command": "grad",
"network": "resources/elu_composition_add_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_grad_0.bin"
],
"description": "elu(x + scalar): exercises broadcasted add inside the elu desugaring",
"points": 1
}