Mercurial > ift6266
log datasets/dsetiter.py @ 599:587674030c5a
age | author | description |
---|---|---|
Tue, 30 Mar 2010 14:40:54 -0400 | Arnaud Bergeron | Fix concatenation of 1-dim datasets (such as int target vectors). |
Mon, 01 Mar 2010 17:06:49 -0500 | Arnaud Bergeron | Fix bug where there would be a bunch of 0-length batches at the end under certain circumstances. |
Sat, 27 Feb 2010 16:50:16 -0500 | Arnaud Bergeron | Add dtype conversion and rescaling to the read path. |
Sat, 27 Feb 2010 16:07:09 -0500 | Arnaud Bergeron | Do not yield theano shared variables. They can only be used by theano.function(). |
Sat, 27 Feb 2010 15:09:02 -0500 | Arnaud Bergeron | Make the datasets iterators return theano shared slices with the appropriate types. |
Thu, 25 Feb 2010 18:40:01 -0500 | Arnaud Bergeron | Add inital implementation of datasets. |