Fri, 25 Jul 2008 16:59:57 -0400 |
Thierry Bertin-Mahieux |
simple example of theano
|
Sat, 19 Jul 2008 14:26:24 -0400 |
Yoshua Bengio |
Fixed incorrect handling of slice column specifications in ArrayDataSet
|
Sat, 19 Jul 2008 14:12:41 -0400 |
Yoshua Bengio |
Added __len__ to HStackedDataSet and replaced default len() by sys.maxint instead of None
|
Mon, 07 Jul 2008 12:02:34 -0400 |
Yoshua Bengio |
fixing merge
|
Thu, 19 Jun 2008 16:18:37 -0400 |
Joseph Turian |
Added more functions
|
Thu, 19 Jun 2008 12:35:41 -0400 |
Thierry Bertin-Mahieux |
dataset__call__() returns a FieldsSubsetDataSet, so still a subset of fields, but not cached any more. I added the function dataset.cached_fields_subset(self,*fieldnames) that returns the old version, cached, in case someone needs it. Current behaviour passes the tests.
|
Tue, 17 Jun 2008 17:12:43 -0400 |
Thierry Bertin-Mahieux |
Cached dataset seems debug, using n_batches... is n_batches around to stay?
|
Tue, 17 Jun 2008 16:47:33 -0400 |
Frederic Bastien |
debugged RenamedFieldsDataSet
|
Tue, 17 Jun 2008 14:46:10 -0400 |
Frederic Bastien |
bugfix, MinibatchDataSet.minibatches_nowrap() must raise StopIteration when needed
|
Tue, 17 Jun 2008 11:41:01 -0400 |
Frederic Bastien |
Automated merge with ssh://projects@lgcm.iro.umontreal.ca/hg/pylearn
|
Mon, 16 Jun 2008 17:26:51 -0400 |
Thierry Bertin-Mahieux |
n_minibatches in ArrayDataSet automatically computed
|
Mon, 16 Jun 2008 17:17:50 -0400 |
Frederic Bastien |
Automated merge with ssh://projects@lgcm.iro.umontreal.ca/hg/pylearn
|
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*)
|