cfnet icon indicating copy to clipboard operation
cfnet copied to clipboard

No property `bias` for a layer of type `XCorr`.

Open lz20061213 opened this issue 7 years ago • 6 comments

I get a problem when run run_cfnet1_evaluation.m, the main questioned code isnet_z = dagnn.DagNN.loadobj(net_z.net);. I use matconvnet-1.0-beta24, is the version of matconv wrong?

lz20061213 avatar Oct 21 '17 14:10 lz20061213

The problem caused by the version of Matlab. I also met this problem when I use Matlab 2014b. When I changed to 2017b, the problem fixed.

hwh3304 avatar Jul 31 '18 01:07 hwh3304

I also get the problem ,do you fix it? @lz20061213

Lauretta1995 avatar Dec 14 '18 08:12 Lauretta1995

@Lauretta1995 I am not sure how I fixed this issue since its a long time ago. Maybe you can use matconvnet-1.0-beta23 for a try.

lz20061213 avatar Dec 15 '18 06:12 lz20061213

I use matlabR2015b, matconvnet-1.0-beta24, cuda8.0 ,The performance is bad, then I change the version of matconvnet to matconvnet-1.0-beta23, then the problem exist again, can you help me? @bertinetto

Lauretta1995 avatar Dec 17 '18 14:12 Lauretta1995

I already have solved the problem, it is the 'XCorr.m' of cfnet and siamese-fc whose params are different, the cfnet has bias,but the siamese-fc has no . 'clear XCorr'

Lauretta1995 avatar Dec 18 '18 04:12 Lauretta1995

I already have solved the problem, it is the 'XCorr.m' of cfnet and siamese-fc whose params are different, the cfnet has bias,but the siamese-fc has no . 'clear XCorr'

thanks

sannianyihoushu avatar Jan 14 '19 10:01 sannianyihoushu