Mercurial > pylearn
log dataset.py @ 40:88fd1cce08b9
age | author | description |
---|---|---|
Fri, 25 Apr 2008 10:41:19 -0400 | bengioy | replaced infinity for length by raise UnboundedDataSet and use & instead of + to concatenate datasets |
Thu, 24 Apr 2008 14:46:10 -0400 | bengioy | Minor edits |
Thu, 24 Apr 2008 13:25:39 -0400 | bengioy | Finished first untested version of VStackedDataset |
Thu, 24 Apr 2008 12:03:06 -0400 | bengioy | Factored the minibatch-writing code into an iterator class inside DataSet |
Tue, 22 Apr 2008 18:03:11 -0400 | bengioy | Rewriting dataset.py completely |
Fri, 11 Apr 2008 15:46:18 -0400 | bengioy | Changed apply_function so that it propagates methods of the source. |
Fri, 11 Apr 2008 13:08:51 -0400 | bengioy | Removed __array__ method from dataset, whose |
Fri, 11 Apr 2008 11:14:54 -0400 | bengioy | Fixed dataset errors so that _test_dataset.py works again. |