wip overall small changes to figures

This commit is contained in:
Jan Kowalczyk
2025-09-28 14:35:10 +02:00
parent f36477ed9b
commit e34a374adc
21 changed files with 148 additions and 265 deletions

View File

@@ -39,19 +39,20 @@ arch = [
"fc3",
n_filer="{{4×512×8}}",
zlabeloffset=0.35,
offset="(2,0,0)",
offset="(2,-.5,0)",
to="(latent-east)",
height=1.3,
depth=D512,
width=W1,
caption=f"FC",
captionshift=20,
),
# to_connection("latent", "fc3"),
# Reshape to 4×8×512
to_UnPool(
"up1",
n_filer=4,
offset="(2,0,0)",
offset="(2.5,0,0)",
to="(fc3-east)",
height=H16,
depth=D1024,
@@ -82,7 +83,8 @@ arch = [
height=H32,
depth=D2048,
width=W8,
caption="",
caption="Deconv2",
captionshift=10,
),
# to_connection("deconv1", "up2"),
# DeConv2 (5×5, same): 8->1, 32×2048
@@ -96,7 +98,7 @@ arch = [
height=H32,
depth=D2048,
width=W1,
caption="Deconv2",
caption="",
),
# to_connection("up2", "deconv2"),
# Output
@@ -111,6 +113,7 @@ arch = [
depth=D2048,
width=1.0,
caption="Output",
captionshift=5,
),
# to_connection("deconv2", "out"),
to_end(),