MatlabCNN icon indicating copy to clipboard operation
MatlabCNN copied to clipboard

some problems in running saliency map visualization code

Open arasharchor opened this issue 10 years ago • 1 comments

Hi again,

I changed the data.i.N to numel(data.i) and got another error regarding Maxpooling.m this file is empty!!

arasharchor avatar Jun 25 '15 14:06 arasharchor

Hi,

Thanks for your interest!

However, Mex file with an "empty" m file with pure comments as its document is a standard Matlab way. Actually I just use other's MaxPooling implementation. To make it work, you gotta compile it by mex command (see MatlabCNN/util_3rdparty/mex/make_MaxPooling.m).

Please see Matlab doc for detailed explanation.

pengsun avatar Jun 26 '15 17:06 pengsun