Open ACEaaaaa opened 6 years ago
@ACEaaaaa, Hi, There are two things you need to confirm. (1) load model correctly. load('.\models\CBDNet.mat');
need to change to load('./models/CBDNet.mat');
for linux. (2) compile MatconvNet correctly. If you have other questions, please feel free to contact me.
@ACEaaaaa I think this is due to matconvnet's version. (You can check /matconvnet-1.0-betaxx/matlab/+dagnn/Loss.m
, whether there is property of ignoreAverage = false
--- For example, beta20 without this property)~
@ACEaaaaa, Hi, There are two things you need to confirm. (1) load model correctly.
load('.\models\CBDNet.mat');
need to change toload('./models/CBDNet.mat');
for linux. (2) compile MatconvNet correctly. If you have other questions, please feel free to contact me.
My computer system is windows. When I run Test_Patchs in a linux environment. It can running successfully.