Update mnist readme.md: scale moved to transform_param
authorMadan Ram <madan_ram@rocketmail.com>
Thu, 23 Jul 2015 11:12:15 +0000 (16:42 +0530)
committerJeff Donahue <jeff.donahue@gmail.com>
Tue, 26 Jan 2016 23:07:01 +0000 (15:07 -0800)
examples/mnist/readme.md

index 413d4a1..b87a0f5 100644 (file)
@@ -41,11 +41,13 @@ Currently, we will read the MNIST data from the lmdb we created earlier in the d
     layer {
       name: "mnist"
       type: "Data"
+      transform_param {
+        scale: 0.00390625
+      }
       data_param {
         source: "mnist_train_lmdb"
         backend: LMDB
         batch_size: 64
-        scale: 0.00390625
       }
       top: "data"
       top: "label"