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

@@ -30,7 +30,8 @@ arch = [
height=H8 * 1.6,
depth=D1,
width=W1,
caption=f"Latent Space",
caption="Latent Space",
captionshift=0,
),
# to_connection("fc1", "latent"),
# --------------------------- DECODER ---------------------------
@@ -39,19 +40,20 @@ arch = [
"fc3",
n_filer="{{8×128×8}}",
zlabeloffset=0.5,
offset="(2,0,0)",
offset="(2,-.5,0)",
to="(latent-east)",
height=H1,
depth=D512,
width=W1,
caption=f"FC",
captionshift=20,
),
to_Conv(
"unsqueeze",
s_filer="{{128×8}}",
zlabeloffset=0.4,
n_filer=32,
offset="(2,0,0)",
offset="(1.4,0,0)",
to="(fc3-east)",
height=H8,
depth=D128,
@@ -62,7 +64,7 @@ arch = [
# Reshape to 4×8×512
to_UnPool(
"up1",
offset="(2,0,0)",
offset="(1.2,0,0)",
n_filer=32,
to="(unsqueeze-east)",
height=H16,
@@ -101,7 +103,8 @@ arch = [
height=H16,
depth=D1024,
width=W32,
caption="",
caption="Deconv2",
captionshift=20,
),
to_Conv(
"dwdeconv3",
@@ -112,7 +115,7 @@ arch = [
height=H16,
depth=D1024,
width=W1,
caption="Deconv2",
caption="",
),
to_Conv(
"dwdeconv4",
@@ -134,7 +137,8 @@ arch = [
height=H32,
depth=D2048,
width=W16,
caption="",
caption="Deconv3",
captionshift=10,
),
to_Conv(
"dwdeconv5",
@@ -145,7 +149,7 @@ arch = [
height=H32,
depth=D2048,
width=W1,
caption="Deconv3",
caption="",
),
to_Conv(
"dwdeconv6",
@@ -164,7 +168,7 @@ arch = [
s_filer="{{2048×32}}",
zlabeloffset=0.15,
n_filer=1,
offset="(2,0,0)",
offset="(1.5,0,0)",
to="(dwdeconv6-east)",
height=H32,
depth=D2048,
@@ -178,12 +182,13 @@ arch = [
s_filer="{{2048×32}}",
zlabeloffset=0.15,
n_filer=1,
offset="(2,0,0)",
offset="(1.5,0,0)",
to="(outconv-east)",
height=H32,
depth=D2048,
width=W1,
caption="Output",
captionshift=5,
),
# to_connection("deconv2", "out"),
to_end(),