Mercurial > ift6266
diff deep/crbm/mnist_config.py.example @ 415:1e9788ce1680
Added the parts concerning the transformations I'd announced I'd do: Local elastic deformations; occlusions; gimp transformations; salt and pepper noise; background images
author | fsavard |
---|---|
date | Thu, 29 Apr 2010 17:21:48 -0400 |
parents | 64fa85d68923 |
children |
line wrap: on
line diff
--- a/deep/crbm/mnist_config.py.example Thu Apr 29 17:04:12 2010 -0400 +++ b/deep/crbm/mnist_config.py.example Thu Apr 29 17:21:48 2010 -0400 @@ -74,7 +74,8 @@ # print series to stdout too (otherwise just produce the HDF5 file) SERIES_STDOUT_TOO = False -VISUALIZE_EVERY = 20000 +# every X minibatches +VISUALIZE_EVERY = 1000 # x20, ie. every 20,000 examples GIBBS_STEPS_IN_VIZ_CHAIN = 1000 if TEST_CONFIG: