Mercurial > pylearn
changeset 1467:b24ed2aa077e
name parameter for dataset needs to be a keyword arg. for compatibility with
jobman
author | gdesjardins |
---|---|
date | Wed, 20 Apr 2011 16:55:18 -0400 |
parents | 4d6d6d4eab9e |
children | cac29ca79a74 |
files | pylearn/datasets/nade.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pylearn/datasets/nade.py Wed Apr 20 16:35:28 2011 -0400 +++ b/pylearn/datasets/nade.py Wed Apr 20 16:55:18 2011 -0400 @@ -5,7 +5,7 @@ from pylearn.datasets.config import data_root # config from pylearn.datasets.dataset import Dataset -def load_dataset(name): +def load_dataset(name=None): """ Various datasets which were used in the following paper. The Neural Autoregressive Distribution Estimator