Skip to content

Commit

Permalink
Merge pull request #18 from jeffdonahue/bvlc
Browse files Browse the repository at this point in the history
change imagenet_val batch size from 200 to intended 50
  • Loading branch information
jeffdonahue committed Dec 22, 2013
2 parents 30dc3fe + cec0eb1 commit 3213bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/imagenet_val.prototxt
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down Expand Up @@ -274,4 +274,4 @@ layers {
bottom: "prob"
bottom: "label"
top: "accuracy"
}
}

0 comments on commit 3213bd8

Please sign in to comment.