annotate pylearn/dataset_ops/__init__.py @ 1496:93b8373c6735

Prefix loggers with 'pylearn.' to ensure there is no conflict when using Pylearn code within another library
author Olivier Delalleau <delallea@iro>
date Mon, 22 Aug 2011 11:28:48 -0400
parents 67b92a42f86b
children
rev   line source
832
67b92a42f86b added dataset_ops
James Bergstra <bergstrj@iro.umontreal.ca>
parents:
diff changeset
1 import logging
1496
93b8373c6735 Prefix loggers with 'pylearn.' to ensure there is no conflict when using Pylearn code within another library
Olivier Delalleau <delallea@iro>
parents: 832
diff changeset
2 logging.getLogger('pylearn.dataset_ops').setLevel(logging.INFO)
832
67b92a42f86b added dataset_ops
James Bergstra <bergstrj@iro.umontreal.ca>
parents:
diff changeset
3
67b92a42f86b added dataset_ops
James Bergstra <bergstrj@iro.umontreal.ca>
parents:
diff changeset
4 from protocol import Dataset, TensorDataset, TensorFnDataset # protocol.py