From cec0eb1b4c38b2d42448d42b0fc21e0caf41ffc8 Mon Sep 17 00:00:00 2001 From: Jeff Donahue Date: Sun, 22 Dec 2013 13:13:47 -0800 Subject: [PATCH] change imagenet_val batch size from 200 to intended 50 --- examples/imagenet_val.prototxt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/imagenet_val.prototxt b/examples/imagenet_val.prototxt index 8494ae8..fbc4c32 100644 --- a/examples/imagenet_val.prototxt +++ b/examples/imagenet_val.prototxt @@ -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 +} -- 2.7.4