浏览代码

Fix mistake

Martin Thoma 8 年之前
父节点
当前提交
099f432d87
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 二进制
      tikz/dense-block/dense-block.png
  2. 2 2
      tikz/dense-block/dense-block.tex

二进制
tikz/dense-block/dense-block.png


+ 2 - 2
tikz/dense-block/dense-block.tex

@@ -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$ @ $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 (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};
 
     \path[arrow] (input.south) edge node[right, midway] {$256$-d in} (conv1.north);