Mercurial > pylearn
changeset 1485:f7b348e6a98e
removed include for data_root (no longer used)
author | gdesjardins |
---|---|
date | Tue, 05 Jul 2011 11:02:15 -0400 |
parents | 83d3c9ee6d65 |
children | cb2e07d99f5a |
files | pylearn/datasets/caltech.py pylearn/datasets/nade.py |
diffstat | 2 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pylearn/datasets/caltech.py Tue Jul 05 11:01:51 2011 -0400 +++ b/pylearn/datasets/caltech.py Tue Jul 05 11:02:15 2011 -0400 @@ -6,7 +6,6 @@ import numpy from pylearn.io.pmat import PMat -from pylearn.datasets.config import data_root # config from pylearn.datasets.dataset import Dataset import config
--- a/pylearn/datasets/nade.py Tue Jul 05 11:01:51 2011 -0400 +++ b/pylearn/datasets/nade.py Tue Jul 05 11:02:15 2011 -0400 @@ -2,7 +2,6 @@ import numpy from pylearn.io.pmat import PMat -from pylearn.datasets.config import data_root # config from pylearn.datasets.dataset import Dataset import config