# HG changeset patch # User SylvainPL # Date 1270234445 14400 # Node ID 403b9e6ecfaa10cdf53cadd73fe525ee03773f4c # Parent 71ffe2c9bfada4e3061ad9bd204888d3b2b31ece finetune NIST+P07 change pour P07+NIST, les experiences n'ont pas ete concluentes diff -r 71ffe2c9bfad -r 403b9e6ecfaa deep/stacked_dae/v_sylvain/sgd_optimization.py --- a/deep/stacked_dae/v_sylvain/sgd_optimization.py Fri Apr 02 14:53:46 2010 -0400 +++ b/deep/stacked_dae/v_sylvain/sgd_optimization.py Fri Apr 02 14:54:05 2010 -0400 @@ -323,8 +323,8 @@ pickle.dump(parameters_finetune,f) f.close() - elif ind_test== 20: #To keep a track of the value of the parameters - f = open('params_finetune_NIST_then_P07.txt', 'w') + elif ind_test== 21: #To keep a track of the value of the parameters + f = open('params_finetune_P07_then_NIST.txt', 'w') pickle.dump(parameters_finetune,f) f.close()