Preliminary state
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40204a0be1fcb3c719bdfb53b77141acce9bc34716ceefbc9e7e579db5977c0f
|
||||
size 18432
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dece0e38f2928b0fbf255c2cb82452a897d1adf625c0513bdf04a78cc4ab4210
|
||||
size 18432
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:598246f5d367a99b6f293368039eaf49196e8430ef1c469b41e8d0b8211559b3
|
||||
size 11747
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"command": "grad",
|
||||
"network": "resources/unet_1d_three_level_network.mininn",
|
||||
"inputs": [
|
||||
"resources/input_0.bin"
|
||||
],
|
||||
"expected_outputs": [
|
||||
"expected_grad_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:dffe055175c0a36c6715d820403de058c1d6e9b2b97f5bc72b575992f904a8d3
|
||||
size 8192
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65e73ba0fae476e98b6afb861c5229d6bcb2888c6315d6fe662add8a0a8d325e
|
||||
size 8192
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd5afe23702ab114ccb05cfa4e1daeb981441511a9fdf7d21b585e8e17c22318
|
||||
size 6282
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"command": "grad",
|
||||
"network": "resources/unet_1d_two_level_network.mininn",
|
||||
"inputs": [
|
||||
"resources/input_0.bin"
|
||||
],
|
||||
"expected_outputs": [
|
||||
"expected_grad_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
|
||||
}
|
||||
Reference in New Issue
Block a user