Mercurial > ift6266
diff deep/convolutional_dae/run_exp.py @ 292:8108d271c30c
Fix stuff (imports, ...) so that it can run under jobman properly.
author | Arnaud Bergeron <abergeron@gmail.com> |
---|---|
date | Fri, 26 Mar 2010 18:49:27 -0400 |
parents | 7d1fa2d7721c |
children | d89820070ea0 |
line wrap: on
line diff
--- a/deep/convolutional_dae/run_exp.py Fri Mar 26 18:35:23 2010 -0400 +++ b/deep/convolutional_dae/run_exp.py Fri Mar 26 18:49:27 2010 -0400 @@ -47,7 +47,9 @@ train_lr=state.train_lr) pretrain_fs, train, valid, test = massage_funcs( - state.bsize, dset, pretrain_funcs, trainf, evalf) + repeat_itf(dset.train, state.bsize), + dset, state.bsize, + pretrain_funcs, trainf,evalf) series = create_series()