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:1131393028d8987e94984b532e81d95ceebacb31d960e8643f1d31f3e46da0b7
size 800
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46342b510c00b2f4087bf3d7e7c825e44cb7e6a28964b01ba246e3cf0206ae87
size 201
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50227ef21903846b3e238df40bd6aa6b9211ff947f63c22b038362dbfeef2100
size 800
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/gelu_1d_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "GELU activation on 100 linearly spaced values in [-3, 3]",
"points": 1
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f8d10f635498dcee3e069797faa234fb758a766d7e0009033a100b79042139a
size 768
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:417d837a861ccfffb6d896918f5848d4ce576467a09a044e84317b7617d6b812
size 208
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc6999c5ea35790935effd40eeeaf5dc5e6232678c5c826fe78270549542ddda
size 768
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/gelu_batch_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "GELU activation on a batch of 6 vectors of length 16, values in [-2, 2]",
"points": 1
}