# HG changeset patch # User fsavard # Date 1268755291 14400 # Node ID 3c54cb3713ef1b1ab708d2dcb28f86ade57949e3 # Parent 8a00764ea8a4d92969d2e9ac8993fed46ffd6e49# Parent c24020aa38ac815edad7454ed469c039d70db8b6 Merge diff -r c24020aa38ac -r 3c54cb3713ef deep/stacked_dae/v2/sgd_optimization.py --- a/deep/stacked_dae/v2/sgd_optimization.py Tue Mar 16 11:21:55 2010 -0400 +++ b/deep/stacked_dae/v2/sgd_optimization.py Tue Mar 16 12:01:31 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: