# HG changeset patch # User Frederic Bastien # Date 1294869810 18000 # Node ID 1934ba31b7d905f534176a08754722800e7633f8 # Parent 702a933794f79e11ad10cd6187558d64c001e442 rst syntax fix and update to what is currently done. diff -r 702a933794f7 -r 1934ba31b7d9 doc/v2_planning/datalearn_pytables.txt --- 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