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

@@ -32,7 +32,7 @@ arch = [
height=H32,
depth=D2048,
width=W1,
caption="input",
caption="Input",
),
# Conv1 (5x5, same): 1->8, 32×2048
to_Conv(
@@ -44,7 +44,7 @@ arch = [
height=H32,
depth=D2048,
width=W8,
caption="conv1",
caption="Conv1",
),
# Pool1 2×2: 32×2048 -> 16×1024
# to_connection("input", "conv1"),
@@ -67,7 +67,7 @@ arch = [
height=H16,
depth=D1024,
width=W4,
caption="conv2",
caption="Conv2",
),
# Pool2 2×2: 16×1024 -> 8×512
# to_connection("pool1", "conv2"),