comparison pylearn/dataset_ops/README.txt @ 832:67b92a42f86b

added dataset_ops
author James Bergstra <bergstrj@iro.umontreal.ca>
date Fri, 16 Oct 2009 12:04:05 -0400
parents
children
comparison
equal deleted inserted replaced
826:43e726898cf9 832:67b92a42f86b
1 The dataset_ops folder contains Theano Ops that provide dataset access to theano
2 programs.
3
4 The protocol.py file sets out the basic convention that is followed by the Ops
5 in the other files.
6
7 For an example of how to set up a dataset whose elements are slices from some
8 big underlying tensor, see MNIST.py.
9
10 For an example of how to set up a dynamically-generated dataset, see
11 gldataset.py.
12
13