2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

Fix mistake

This commit is contained in:
Martin Thoma 2017-01-07 15:56:53 +01:00
parent 810eefda14
commit 099f432d87
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Before After
Before After

View file

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