nicholas-leonard / equanimity

Experimental research for distributed conditional computation
4 stars 0 forks source link

MNIST dataset #13

Closed nicholas-leonard closed 11 years ago

nicholas-leonard commented 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.

nicholas-leonard commented 11 years ago

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.