There are 256 filters in conv2.
authorCraig Quiter <cquiter@gmail.com>
Sat, 21 Jun 2014 22:22:05 +0000 (15:22 -0700)
committerCraig Quiter <cquiter@gmail.com>
Sat, 21 Jun 2014 22:22:05 +0000 (15:22 -0700)
AlexNet paper splits conv2 into two GPU's, each with 128 filters. Reference paper: http://www.cs.toronto.edu/~fritz/absps/imagenet.pdf Applying #528 to dev instead of master per @Yangqing.

examples/filter_visualization.ipynb

index 6f49482..130df97 100644 (file)
      "source": [
       "The second layer filters, `conv2`\n",
       "\n",
-      "There are 128 filters, each of which has dimension 5 x 5 x 48. We show only the first 48 filters, with each channel shown separately, so that each filter is a row."
+      "There are 256 filters, each of which has dimension 5 x 5 x 48. We show only the first 48 filters, with each channel shown separately, so that each filter is a row."
      ]
     },
     {
    "metadata": {}
   }
  ]
-}
\ No newline at end of file
+}