Skip to content

Commit

Permalink
setting default power_wrapper batch size to match the imagenet_deploy…
Browse files Browse the repository at this point in the history
… prototxt
  • Loading branch information
forresti committed Jan 15, 2014
1 parent 3213bd8 commit aeca741
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 aeca741

Please sign in to comment.