-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No property bias
for a layer of type XCorr
.
#13
Comments
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. |
I also get the problem ,do you fix it? @lz20061213 |
@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. |
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 |
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 . |
thanks |
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?The text was updated successfully, but these errors were encountered: