view pylearn/dataset_ops/__init__.py @ 998:8ba8b08e0442

added the image_patches dataset used in RanzatoHinton2010 modified mcRBM to use it.
author James Bergstra <bergstrj@iro.umontreal.ca>
date Tue, 24 Aug 2010 16:51:53 -0400
parents 67b92a42f86b
children 93b8373c6735
line wrap: on
line source

import logging
logging.getLogger('dataset_ops').setLevel(logging.INFO)

from protocol import Dataset, TensorDataset, TensorFnDataset  # protocol.py