comparison pylearn/algorithms/sparse_coding.py @ 1498:0f326860210e

Merged
author Olivier Delalleau <delallea@iro>
date Thu, 01 Sep 2011 13:35:15 -0400
parents 93b8373c6735
children
comparison
equal deleted inserted replaced
1497:3d4615ee96a4 1498:0f326860210e
150 'L').save('Z_j=%i.png'%j) 150 'L').save('Z_j=%i.png'%j)
151 151
152 152
153 if __name__ == '__main__': 153 if __name__ == '__main__':
154 logging.basicConfig(stream=sys.stderr) 154 logging.basicConfig(stream=sys.stderr)
155 logging.getLogger('main').setLevel(logging.INFO) 155 logging.getLogger('pylearn.algorithms.sparse_coding.main').setLevel(logging.INFO)
156 logging.getLogger('main').info('hello') 156 logging.getLogger('pylearn.algorithms.sparse_coding.main').info('hello')
157 157
158 # load olshausen images 158 # load olshausen images
159 reproduce_olshausen() 159 reproduce_olshausen()