Mercurial > pylearn
annotate __init__.py @ 259:621faba17c60
created 'dummytests', tests that checks consistency of new weird datasets, where we can't compare with actual values in a matrix, for instance. Useful as a first debugging when creating a dataset
author | Thierry Bertin-Mahieux <bertinmt@iro.umontreal.ca> |
---|---|
date | Tue, 03 Jun 2008 16:41:55 -0400 |
parents | 2be51c13b55f |
children | 57c45df381f1 |
rev | line source |
---|---|
35 | 1 import filetensor |
2 import nnet_ops | |
224
2be51c13b55f
added LookupList to pylearn namespace
James Bergstra <bergstrj@iro.umontreal.ca>
parents:
35
diff
changeset
|
3 |
2be51c13b55f
added LookupList to pylearn namespace
James Bergstra <bergstrj@iro.umontreal.ca>
parents:
35
diff
changeset
|
4 from lookup_list import LookupList |
2be51c13b55f
added LookupList to pylearn namespace
James Bergstra <bergstrj@iro.umontreal.ca>
parents:
35
diff
changeset
|
5 |