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: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
}