There is a script called num_parameters.py in Pylearn2's scripts directory. We should use it to see which part of our model has the parameters. Particularly, we want to know if there are now more parameters in the convolutional layers than in the fully connected layers.
There is a script called
num_parameters.py
in Pylearn2's scripts directory. We should use it to see which part of our model has the parameters. Particularly, we want to know if there are now more parameters in the convolutional layers than in the fully connected layers.