comparison 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
comparison
equal deleted inserted replaced
414:3dba84c0fbc1 415:1e9788ce1680
72 REDUCE_EVERY = 100 72 REDUCE_EVERY = 100
73 73
74 # print series to stdout too (otherwise just produce the HDF5 file) 74 # print series to stdout too (otherwise just produce the HDF5 file)
75 SERIES_STDOUT_TOO = False 75 SERIES_STDOUT_TOO = False
76 76
77 VISUALIZE_EVERY = 20000 77 # every X minibatches
78 VISUALIZE_EVERY = 1000 # x20, ie. every 20,000 examples
78 GIBBS_STEPS_IN_VIZ_CHAIN = 1000 79 GIBBS_STEPS_IN_VIZ_CHAIN = 1000
79 80
80 if TEST_CONFIG: 81 if TEST_CONFIG:
81 REDUCE_EVERY = 10 82 REDUCE_EVERY = 10
82 VISUALIZE_EVERY = 20 83 VISUALIZE_EVERY = 20