Mercurial > ift6266
diff deep/crbm/mnist_config.py.example @ 360:f37c0705649d
Problèmes de révisions hg... tentative de merger
author | fsavard |
---|---|
date | Thu, 22 Apr 2010 10:34:26 -0400 |
parents | 969ad25e78cc |
children | 64fa85d68923 |
line wrap: on
line diff
--- a/deep/crbm/mnist_config.py.example Thu Apr 22 10:19:07 2010 -0400 +++ b/deep/crbm/mnist_config.py.example Thu Apr 22 10:34:26 2010 -0400 @@ -54,7 +54,7 @@ ''' # change "sandbox" when you're ready -JOBDB = 'postgres://ift6266h10@gershwin/ift6266h10_sandbox_db/fsavard_mnistcrbm_exp1' +JOBDB = 'postgres://ift6266h10@gershwin/ift6266h10_sandbox_db/yourtablenamehere' # Set this to True when you want to run cluster tests, ie. you want # to run on the cluster, many jobs, but want to reduce the training @@ -74,8 +74,7 @@ # print series to stdout too (otherwise just produce the HDF5 file) SERIES_STDOUT_TOO = False -# every X minibatches, not every X examples -VISUALIZE_EVERY = 1000 +VISUALIZE_EVERY = 20000 GIBBS_STEPS_IN_VIZ_CHAIN = 1000 if TEST_CONFIG: