Closed nicholas-leonard closed 11 years ago
Try to use https://github.com/rosejn/torch-datasets/blob/master/dataset/mnist.lua. It doesn't work out of the box. We should cannibalize it for what we need, one component at a time: MNIST dataset, TableDataset, pipeline, sampler, etc. Put this stuff in equanimity/dataset.
Forked https://github.com/nicholas-leonard/torch-datasets . Modified it to fit the pylearn2 dataset style. The fork could still use more work to make it more pylearn2-ish. But it works for now.
Try to use https://github.com/rosejn/torch-datasets/blob/master/dataset/mnist.lua. It doesn't work out of the box. We should cannibalize it for what we need, one component at a time: MNIST dataset, TableDataset, pipeline, sampler, etc. Put this stuff in equanimity/dataset.