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

@@ -125,7 +125,7 @@ arch = [
n_filer=8,
zlabeloffset=0.45,
s_filer="{{128×8}}",
offset="(2,0,0)",
offset="(1,0,0)",
to="(pool3-east)",
height=H8,
depth=D128,
@@ -137,12 +137,13 @@ arch = [
"fc1",
n_filer="{{8×128×8}}",
zlabeloffset=0.5,
offset="(2,0,0)",
offset="(2,-.5,0)",
to="(squeeze-east)",
height=H1,
depth=D512,
width=W1,
caption=f"FC",
caption="FC",
captionshift=0,
),
# to_connection("pool2", "fc1"),
# --------------------------- LATENT ---------------------------
@@ -150,7 +151,7 @@ arch = [
"latent",
n_filer="",
s_filer="latent dim",
offset="(2,0,0)",
offset="(1.3,0.5,0)",
to="(fc1-east)",
height=H8 * 1.6,
depth=D1,