kyunghyuncho / deepmat

Matlab Code for Restricted/Deep Boltzmann Machines and Autoencoders
http://users.ics.aalto.fi/kcho/
188 stars 95 forks source link

Problems running example_mnist_convnet.m #6

Closed shawangyi123 closed 8 years ago

shawangyi123 commented 10 years ago

Hi, When I run C:\Users\xn-lab\Desktop\deepmat\example\example_mnist_convnet.m.m , there are so many problems:

  1. 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.