Mercurial > ift6266
changeset 242:8a00764ea8a4
Enlevé printout de débuggage
author | fsavard |
---|---|
date | Tue, 16 Mar 2010 12:00:51 -0400 |
parents | f213a0fb2b08 |
children | 3c54cb3713ef |
files | deep/stacked_dae/v2/sgd_optimization.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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: