# HG changeset patch # User fsavard # Date 1268755251 14400 # Node ID 8a00764ea8a4d92969d2e9ac8993fed46ffd6e49 # Parent f213a0fb2b0820317b67b570fc4ee1f7f46338f8 Enlevé printout de débuggage diff -r f213a0fb2b08 -r 8a00764ea8a4 deep/stacked_dae/v2/sgd_optimization.py --- a/deep/stacked_dae/v2/sgd_optimization.py Tue Mar 16 10:52:04 2010 -0400 +++ b/deep/stacked_dae/v2/sgd_optimization.py Tue Mar 16 12:00:51 2010 -0400 @@ -98,8 +98,8 @@ self.series["reconstruction_error"].append((epoch, batch_index), c) batch_index+=1 - if batch_index % 100 == 0: - print "100 batches" + #if batch_index % 100 == 0: + # print "100 batches" # useful when doing tests if self.max_minibatches and batch_index >= self.max_minibatches: