2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-28 23:37:57 +02:00

Update to 3x3 filters

This commit is contained in:
Martin Thoma 2017-01-07 14:40:22 +01:00
parent 67ffdaaff0
commit 810eefda14
2 changed files with 2 additions and 2 deletions

View file

@ -16,9 +16,9 @@
\path[arrow] (0, 2) edge node[right, midway] {$256$-d in} (input.north);
% first path
\node (conv1) at (0,-1.0) [conv-layer] {$k$ @ $1 \times 1 \times 256$};
\node (conv1) at (0,-1.0) [conv-layer] {$k$ @ $3 \times 3 \times 256$};
\node (conc1) at (0,-2.7) [conv-layer, dashed] {concatenate};
\node (conv2) at (0,-4.4) [conv-layer] {$k$ @ $1 \times 1 \times 256$};
\node (conv2) at (0,-4.4) [conv-layer] {$k$ @ $3 \times 3 \times 256$};
\node (conc2) at (0,-6.1) [conv-layer, dashed] {concatenate};
\path[arrow] (input.south) edge node[right, midway] {$256$-d in} (conv1.north);