Hi,
When I run C:\Users\xn-lab\Desktop\deepmat\example\example_mnist_convnet.m.m , there are so many problems:
If use n_conv = size(conv_layers, 2);
I think it should define conv_layers = [5_5, 32; 5_5, 32];
rather than conv_layers = [5_5, 32, 5_5, 32].
2.In convnet_avgpool.m, so many parameters' problems.
3.in convnet.m,
dconv = dconv .* h0_conv{l-1, 4};
dimension doesn't match, is 2828 . 10*10.
Hi, When I run C:\Users\xn-lab\Desktop\deepmat\example\example_mnist_convnet.m.m , there are so many problems:
dimension doesn't match, is 2828 . 10*10.