From: Evan Shelhamer Date: Thu, 10 Apr 2014 01:33:18 +0000 (-0700) Subject: make python wrapper mean match binaryproto dimensions X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47ec9ace417b8fc8a086783648631906be5097d9;p=platform%2Fupstream%2Fcaffe.git make python wrapper mean match binaryproto dimensions ilsvrc_2012_mean.npy has dims K x H x W. Code written for the old D x D x K mean needs to be rewritten! --- diff --git a/python/caffe/imagenet/ilsvrc_2012_mean.npy b/python/caffe/imagenet/ilsvrc_2012_mean.npy index 51fd17c..666082c 100644 Binary files a/python/caffe/imagenet/ilsvrc_2012_mean.npy and b/python/caffe/imagenet/ilsvrc_2012_mean.npy differ