change imagenet_val batch size from 200 to intended 50
authorJeff Donahue <jeff.donahue@gmail.com>
Sun, 22 Dec 2013 21:13:47 +0000 (13:13 -0800)
committerJeff Donahue <jeff.donahue@gmail.com>
Sun, 22 Dec 2013 21:13:47 +0000 (13:13 -0800)
examples/imagenet_val.prototxt

index 8494ae8..fbc4c32 100644 (file)
@@ -5,7 +5,7 @@ layers {
     type: "data"
     source: "/home/jiayq/Data/ILSVRC12/val-leveldb"
     meanfile: "/home/jiayq/Data/ILSVRC12/image_mean.binaryproto"
-    batchsize: 200
+    batchsize: 50
     cropsize: 227
     mirror: false
   }
@@ -274,4 +274,4 @@ layers {
   bottom: "prob"
   bottom: "label"
   top: "accuracy"
-}
\ No newline at end of file
+}