Mercurial > ift6266
comparison deep/stacked_dae/utils.py @ 191:3632e6258642
Ajouts mineurs à stacked_dae, juste printé l'heure je crois.
author | fsavard |
---|---|
date | Tue, 02 Mar 2010 14:47:18 -0500 |
parents | 1f5937e9e530 |
children | e656edaedb48 |
comparison
equal
deleted
inserted
replaced
190:70a9df1cd20e | 191:3632e6258642 |
---|---|
1 #!/usr/bin/python | 1 #!/usr/bin/python |
2 # coding: utf-8 | |
3 | |
4 from __future__ import with_statement | |
2 | 5 |
3 from jobman import DD | 6 from jobman import DD |
4 | 7 |
5 # from pylearn codebase | 8 # from pylearn codebase |
6 def update_locals(obj, dct): | 9 def update_locals(obj, dct): |