Mercurial > pylearn
log
age | author | description |
---|---|---|
Mon, 16 Jun 2008 17:17:01 -0400 | Thierry Bertin-Mahieux | debugging when fieldnames = None, now -> fieldnames = fieldNames() |
Mon, 16 Jun 2008 17:07:44 -0400 | Frederic Bastien | Automated merge with ssh://projects@lgcm.iro.umontreal.ca/hg/pylearn |
Mon, 16 Jun 2008 16:59:35 -0400 | Thierry Bertin-Mahieux | sorry for all the debugging, this push should be the good one (and damn you *self*) |
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. |