Mercurial > pylearn
log dataset.py @ 330:20e08c52c98c
age | author | description |
---|---|---|
Mon, 16 Jun 2008 16:11:36 -0400 | Thierry Bertin-Mahieux | merge |
Mon, 16 Jun 2008 16:03:16 -0400 | Thierry Bertin-Mahieux | little hack in MiniBatchToSingleExampleIterator, there was a problem which I think was not a bug, we were receiving [array(3)] and everything was crashing. Hack is kinda slow |
Mon, 16 Jun 2008 16:06:59 -0400 | Yoshua Bengio | Added untested RenamedFieldsDataSet |
Thu, 12 Jun 2008 12:45:42 -0400 | Thierry Bertin-Mahieux | small bugs fixed with NArrayDataSet |
Thu, 12 Jun 2008 12:35:47 -0400 | Thierry Bertin-Mahieux | NArraysDataSet improved, use arrays instead of matrix, also a dictionnary of field indexes |
Wed, 11 Jun 2008 17:11:37 -0400 | Thierry Bertin-Mahieux | bug fixed when initializing NArraysDataSet with 1-d arrays. This now raises an Exception |