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:6ab5a23a453a86a504ab3a420cafcbd39d4dc568a80c5ad8bad79b3ee313a740
size 9216
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c81cb33f408a89b537fff87ac0ac8dd36b1a4d78a8121f569c5b326316533e7
size 237
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d88d9ff6e3ef4a43f2b9c92e72316bb1e40e0d52ed455828b4744bf5c2a0c8f4
size 9216
@@ -0,0 +1,12 @@
{
"command": "grad",
"network": "resources/avgpool_batch_window5_stride2_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_grad_0.bin"
],
"description": "2-D avg pooling, window=5x5, stride=2, on a 4x2x12x12 NCHW tensor; output 4x2x4x4",
"points": 1
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:605846afda511bd6fa4d8abb63a991cf03c71b4a53a6629b0c0eccd74c67f67a
size 768
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aad32c03e31a6e19f3ef9939ea478227cdd9ef7232a1ec43c326c99c11865160
size 233
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:627a03f7a5c54d7ffcb3542f0a2cd1864643c1c630f293179727e0467214eb1e
size 768
@@ -0,0 +1,12 @@
{
"command": "grad",
"network": "resources/avgpool_nc_preservation_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_grad_0.bin"
],
"description": "distinct per-plane constants; output of plane (n,c) must stay self-contained",
"points": 1
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:961e76f1c44f5ce8d5761ea1aa65e20225642a79548cbe995da4644fae5f8c11
size 48
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e7873c97b9a2b7153b054e18a7101d69df1fb6b2c190a262ceaf2f5a729e308
size 233
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84a6e8b7afdd286a48ab0aab2c72227fff91a935b0489e633018914bd01693cd
size 48
@@ -0,0 +1,12 @@
{
"command": "grad",
"network": "resources/avgpool_window1_identity_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_grad_0.bin"
],
"description": "window=1, stride=1: output equals input exactly",
"points": 1
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4a2300fd25b8ac8c84a398194a6e35c9da38e89110f17f03ae003555e90d9f0c
size 640
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:204852cef28fd35df54580b3b6252f7d75da2b3e346ec0fb7e0e4d608df1af55
size 235
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d716b8f18ef7691a73ecd0dcb3181965c9e62c55c7b99e9e681f2ad790db089
size 640
@@ -0,0 +1,12 @@
{
"command": "grad",
"network": "resources/avgpool_window3_stride1_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_grad_0.bin"
],
"description": "2-D avg pooling, window=3x3, stride=1, on a 1x1x8x10 NCHW tensor; output 1x1x6x8",
"points": 1
}