Mercurial > ift6266
log
age | author | description |
---|---|---|
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. |
Sat, 27 Feb 2010 14:15:11 -0500 | Arnaud Bergeron | Use izip(), not zip() to return a lazy iterator. (datasets) |
Sat, 27 Feb 2010 14:10:14 -0500 | Arnaud Bergeron | Update comments in the dataset definition (you can't pass 0 as minibatch size). |
Sat, 27 Feb 2010 13:56:14 -0500 | Arnaud Bergeron | Define the ocr dataset and use the existing split for nist. |
Sat, 27 Feb 2010 12:18:26 -0500 | Arnaud Bergeron | Make data_generation.transformations importable and fixup test.py to not try some of the modules. |