Mercurial > ift6266
comparison deep/stacked_dae/config.py.example @ 284:8a3af19ae272
Enlevé mécanique pour limiter le nombre d'exemples utilisés (remplacé par paramètre dans l'appel au code de dataset), et ajouté option pour sauvegarde des poids à la fin de l'entraînement
author | fsavard |
---|---|
date | Wed, 24 Mar 2010 15:13:48 -0400 |
parents | 43afd29f3dbd |
children |
comparison
equal
deleted
inserted
replaced
279:206374eed2fb | 284:8a3af19ae272 |
---|---|
57 # set size and the number of epochs, so you know everything runs | 57 # set size and the number of epochs, so you know everything runs |
58 # fine on the cluster. | 58 # fine on the cluster. |
59 # Set this PRIOR to inserting your test jobs in the DB. | 59 # Set this PRIOR to inserting your test jobs in the DB. |
60 TEST_CONFIG = False | 60 TEST_CONFIG = False |
61 | 61 |
62 # save params at training end | |
63 SAVE_PARAMS = False | |
64 | |
62 NIST_ALL_LOCATION = '/data/lisa/data/nist/by_class/all' | 65 NIST_ALL_LOCATION = '/data/lisa/data/nist/by_class/all' |
63 NIST_ALL_TRAIN_SIZE = 649081 | 66 NIST_ALL_TRAIN_SIZE = 649081 |
64 # valid et test =82587 82587 | 67 # valid et test =82587 82587 |
65 | 68 |
66 # change "sandbox" when you're ready | 69 # change "sandbox" when you're ready |