Mercurial > pylearn
log dataset.py @ 334:a0f150a33b0f
age | author | description |
---|---|---|
Mon, 16 Jun 2008 16:52:39 -0400 | Thierry Bertin-Mahieux | debug in an assert of minibatches |
Mon, 16 Jun 2008 17:07:41 -0400 | Frederic Bastien | bugfix in RenamedDataSet |
Mon, 16 Jun 2008 16:44:11 -0400 | Thierry Bertin-Mahieux | redone my previous hack in MinibatchToSingleExampleIterator, tests should work again |
Mon, 16 Jun 2008 16:38:03 -0400 | Thierry Bertin-Mahieux | IMPORTANT: minibatches now returns minibatch_nowrap with a minimum of assert before. Should implement the good behavior, e.g. returning only complete batches and let the user figure out what he wants. |
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 |