MatlabCNN
MatlabCNN copied to clipboard
some problems in running saliency map visualization code
Hi again,
I changed the data.i.N to numel(data.i) and got another error regarding Maxpooling.m this file is empty!!
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.