view pylearn/dataset_ops/README.txt @ 1476:8c10bda4bb5f

Configured default train/valid/test split for icml07.MNIST_rotated_background dataset. Defaults are the ones used by Hugo in the ICML07 paper and in all contracting auto-encoder papers.
author gdesjardins
date Fri, 20 May 2011 16:53:00 -0400
parents 67b92a42f86b
children
line wrap: on
line source

The dataset_ops folder contains Theano Ops that provide dataset access to theano
programs.

The protocol.py file sets out the basic convention that is followed by the Ops
in the other files.

For an example of how to set up a dataset whose elements are slices from some
big underlying tensor, see MNIST.py.

For an example of how to set up a dynamically-generated dataset, see
gldataset.py.