comparison deep/crbm/utils.py @ 343:82dae7c46046

Last few bugfixes before launching
author fsavard
date Sun, 18 Apr 2010 11:54:57 -0400
parents ffbf0e41bcee
children 64fa85d68923
comparison
equal deleted inserted replaced
342:b25ad1670ff7 343:82dae7c46046
1 #!/usr/bin/python 1 #!/usr/bin/python
2 # coding: utf-8 2 # coding: utf-8
3 3
4 from __future__ import with_statement 4 from __future__ import with_statement
5 5
6 import jobman
6 from jobman import DD 7 from jobman import DD
7 8
8 from pylearn.io.seriestables import * 9 from pylearn.io.seriestables import *
9 import tables 10 import tables
10 11