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:219cf2d31a8daece2aa1e7a495f180ce3eb96994e702d372358ed4811029cc14
size 18432
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dece0e38f2928b0fbf255c2cb82452a897d1adf625c0513bdf04a78cc4ab4210
size 18432
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:598246f5d367a99b6f293368039eaf49196e8430ef1c469b41e8d0b8211559b3
size 11747
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/unet_1d_three_level_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "3-level 2D UNet: encoder (conv+relu+avgpool\u00d73) at resolutions 24\u219212\u21926\u21923; bottleneck (conv+gelu); decoder (dot-upsample+skip+conv, activations leaky_relu/elu/gelu); skip connections at each level; batch=4, 24\u00d724",
"points": 3
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e8ce7bfedb13266f75529d8aa8fa776703342bde3831c0761b846b9930f2b82
size 8192
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65e73ba0fae476e98b6afb861c5229d6bcb2888c6315d6fe662add8a0a8d325e
size 8192
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd5afe23702ab114ccb05cfa4e1daeb981441511a9fdf7d21b585e8e17c22318
size 6282
@@ -0,0 +1,12 @@
{
"command": "eval",
"network": "resources/unet_1d_two_level_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"expected_outputs": [
"expected_output_0.bin"
],
"description": "2-level 2D UNet: encoder (conv+relu+avgpool\u00d72) \u2192 bottleneck (conv+gelu) \u2192 decoder (nearest-neighbor 2-D upsample via dot\u00d7constant matrices + skip + conv\u00d72); skip connections add encoder features at each resolution; batch=4, 16\u00d716",
"points": 3
}