comparison deep/stacked_dae/v2/nist_sda.py @ 229:02eb98d051fe

Corrigé bug avec nouvelle formule de coût et printout pour cas sur CPU
author fsavard
date Fri, 12 Mar 2010 11:03:51 -0500
parents 851e7ad4a143
children 42005ec87747
comparison
equal deleted inserted replaced
228:851e7ad4a143 229:02eb98d051fe
67 'pretraining_epochs_per_layer':2, 67 'pretraining_epochs_per_layer':2,
68 'max_finetuning_epochs':2, 68 'max_finetuning_epochs':2,
69 'hidden_layers_sizes':800, 69 'hidden_layers_sizes':800,
70 'corruption_levels':0.2, 70 'corruption_levels':0.2,
71 'minibatch_size':20, 71 'minibatch_size':20,
72 'reduce_train_to':30000, 72 'reduce_train_to':10000,
73 'num_hidden_layers':1}) 73 'num_hidden_layers':1})
74 74
75 ''' 75 '''
76 Function called by jobman upon launching each job 76 Function called by jobman upon launching each job
77 Its path is the one given when inserting jobs: see EXPERIMENT_PATH 77 Its path is the one given when inserting jobs: see EXPERIMENT_PATH