comparison deep/stacked_dae/nist_sda.py @ 267:798d1344e6a2

Modifs à nist_sda.py et config.py.example pour corrections viz le mécanisme pour isolation d'expérience
author fsavard
date Fri, 19 Mar 2010 11:12:40 -0400
parents c8fe09a65039
children b077d9e97a3b
comparison
equal deleted inserted replaced
266:1e4e60ddadb1 267:798d1344e6a2
1 #!/usr/bin/python 1 #!/usr/bin/python
2 # coding: utf-8 2 # coding: utf-8
3
4 # Must be imported first
5 from config import *
3 6
4 import ift6266 7 import ift6266
5 import pylearn 8 import pylearn
6 9
7 import numpy 10 import numpy
28 #from ift6266.utils.scalar_series import * 31 #from ift6266.utils.scalar_series import *
29 from ift6266.utils.seriestables import * 32 from ift6266.utils.seriestables import *
30 import tables 33 import tables
31 34
32 from ift6266 import datasets 35 from ift6266 import datasets
33 from config import *
34 36
35 ''' 37 '''
36 Function called by jobman upon launching each job 38 Function called by jobman upon launching each job
37 Its path is the one given when inserting jobs: see EXPERIMENT_PATH 39 Its path is the one given when inserting jobs: see EXPERIMENT_PATH
38 ''' 40 '''