This commit is contained in:
Jan Kowalczyk
2025-08-28 18:36:02 +02:00
parent 3b0c2a0727
commit 5ff56994c0
14 changed files with 112 additions and 1002 deletions

View File

@@ -67,7 +67,7 @@ arch = [
height=H16,
depth=D1024,
width=W8,
caption="deconv1",
caption="Deconv1",
),
# to_connection("fc3", "up1"),
# Up ×2: 16×1024 -> 32×2048
@@ -91,7 +91,7 @@ arch = [
height=H32,
depth=D2048,
width=W1,
caption="deconv2",
caption="Deconv2",
),
# to_connection("up2", "deconv2"),
# Output
@@ -104,7 +104,7 @@ arch = [
height=H32,
depth=D2048,
width=1.0,
caption="output",
caption="Output",
),
# to_connection("deconv2", "out"),
to_end(),