Mercurial > pylearn
diff doc/v2_planning/arch_FB.txt @ 1309:e5b7a7913329
fix rst error.
author | Frederic Bastien <nouiz@nouiz.org> |
---|---|
date | Tue, 05 Oct 2010 12:26:02 -0400 |
parents | abc7a7e22ead |
children |
line wrap: on
line diff
--- a/doc/v2_planning/arch_FB.txt Tue Oct 05 09:57:35 2010 -0400 +++ b/doc/v2_planning/arch_FB.txt Tue Oct 05 12:26:02 2010 -0400 @@ -14,10 +14,10 @@ * Select the hyper parameter search space with `jobman sqlschedules` * Dispatch the jobs with dbidispatch -* *Manually*(fixable) reset jobs status to START. +* *Manually* (fixable) reset jobs status to START. * I started it, but I will change the syntax to make it more generic. * *Manually* relaunch crashed jobs. -* *Manually*(fixable) analyse/visualise the result. (We need to start those meeting at some point) +* *Manually* (fixable) analyse/visualise the result. (We need to start those meeting at some point) Example MLP+cross validataion ----------------------------- @@ -39,7 +39,7 @@ * *Jobman Extension* We can extend jobman to handle dependency between jobs. * Proposed syntax: -.. code-block:: +.. code-block:: bash jobman sqlschedule p0={{}} ... -- p1={{}} ... -- p2=... @@ -58,7 +58,7 @@ * *Jobman Policy* All change to the db should be doable by jobman command. * *Manually* relaunch crashed jobs. -* *Manually*(fixable) analyse/visualise the result. +* *Manually* (fixable) analyse/visualise the result. * Those tools need to understand the concept of job phase or be agnostic of that.