Mercurial > ift6266
diff baseline/mlp/mlp_nist.py @ 324:1763c64030d1
fixed bug in jobman interface
author | xaviermuller |
---|---|
date | Thu, 08 Apr 2010 11:22:11 -0400 |
parents | 7a7615f940e8 |
children | fca22114bb23 |
line wrap: on
line diff
--- a/baseline/mlp/mlp_nist.py Thu Apr 08 11:01:55 2010 -0400 +++ b/baseline/mlp/mlp_nist.py Thu Apr 08 11:22:11 2010 -0400 @@ -426,11 +426,7 @@ adaptive_lr=state.adaptive_lr,\ tau=state.tau,\ verbose = state.verbose,\ - train_data = state.train_data,\ - train_labels = state.train_labels,\ - test_data = state.test_data,\ - test_labels = state.test_labels,\ - lr_t2_factor=state.lr_t2_factor,\ + lr_t2_factor=state.lr_t2_factor, data_set=state.data_set) state.train_error=train_error state.validation_error=validation_error