summaryrefslogtreecommitdiff
path: root/matlab/hdf5creation
AgeCommit message (Collapse)AuthorFilesLines
2015-10-13Update store2hdf5.mAlessandro Giusti1-2/+2
Fixed a bug in two assertions (the condition input argument must be a scalar logical)
2015-05-29Clean up old matcaffe wrapper and rename caffe.reset to caffe.reset_allRonghang Hu3-0/+125
Remove old matlab wrapper but keep the classification demo and hdf5 demo Change 'caffe.reset()' to 'caffe.reset_all()' to avoid potential name conflict. Otherwise, Matlab R2015a complains: Warning: Function reset has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.