Hello there, I don't understand why the dataset MNIST from [Torch Tutorial dataset MNIST](https://github.com/torch/tutorials/blob/master/A_datasets/mnist.lua) is made of 32x32 images instead of 28x28 as in the [original dataset](http://yann.lecun.com/exdb/mnist/). Do I have to crop the images using narrow ? Thanks