annotate bin/dbdict-run-job @ 539:e3f84d260023
first attempt at RBMs in pylearn
author |
desjagui@atchoum.iro.umontreal.ca |
date |
Thu, 13 Nov 2008 17:01:44 -0500 |
parents |
798607a058bd |
children |
|
rev |
line source |
538
James Bergstra <bergstrj@iro.umontreal.ca>
parents:
diff
changeset
|
1 #!/usr/bin/env python
|
James Bergstra <bergstrj@iro.umontreal.ca>
parents:
diff
changeset
|
2 from dbdict.tools import standalone_run_job
|
James Bergstra <bergstrj@iro.umontreal.ca>
parents:
diff
changeset
|
3 standalone_run_job()
|