Skip to content

Commit

Permalink
Merge pull request BVLC#34 from forresti/master
Browse files Browse the repository at this point in the history
set default power_wrapper batch size to match the imagenet_deploy

compatible out-of-the-box with the ipython notebook tutorial
  • Loading branch information
shelhamer committed Jan 19, 2014
2 parents 20625b8 + a31b63c commit 465e9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/caffe/imagenet/power_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
CROP_MODES = ['center_only', 'corners', 'selective_search']

# NOTE: this must match the setting in the prototxt that is used!
BATCH_SIZE = 245
BATCH_SIZE = 10

# Load the imagenet mean file
IMAGENET_MEAN = np.load(
Expand Down

0 comments on commit 465e9cb

Please sign in to comment.