changeset 1398:1934ba31b7d9

rst syntax fix and update to what is currently done.
author Frederic Bastien <nouiz@nouiz.org>
date Wed, 12 Jan 2011 17:03:30 -0500
parents 702a933794f7
children d4a35c1c0a23
files doc/v2_planning/datalearn_pytables.txt
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/v2_planning/datalearn_pytables.txt	Tue Jan 11 16:43:10 2011 -0500
+++ b/doc/v2_planning/datalearn_pytables.txt	Wed Jan 12 17:03:30 2011 -0500
@@ -12,8 +12,8 @@
 Here is the ticket that I plan to do. They are in order.
 
     - Fix ift6266 script to load PNIST data (DONE)
-    - Put PNIST in PyTable format
-    - example with PyTable data in python
+    - Put PNIST in PyTable format (Done a first version)
+    - example with PyTable data in python (Done with modif needed in Theano)
     - basic filter in the dataset in python
     - example with PyTable output in python
     - ? put stats in the pytables to don't read the file each time to normalize
@@ -40,9 +40,11 @@
 - clone FB repo:
 
     .. code-block:: bash
+
         git clone git@github.com:nouiz/pylearn.git Pylearn.nouiz
 
 - create a local branch that track the remote branch
 
     .. code-block:: bash
+
         git checkout -b variants origin/pytables