changeset 243:3c54cb3713ef

Merge
author fsavard
date Tue, 16 Mar 2010 12:01:31 -0400
parents 8a00764ea8a4 (diff) c24020aa38ac (current diff)
children 2024368a8d3d c8fe09a65039
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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: