MartinThoma / hwrt

A toolset for handwriting recognition
MIT License
69 stars 17 forks source link

Switch to Lasagne #34

Open MartinThoma opened 9 years ago

MartinThoma commented 9 years ago

Currently, the hwrt project uses an internal, non-public toolkit for training / testing networks. This should be changed to https://github.com/Lasagne/Lasagne

Steps:

The intermediate pfiles should be changed to something more common like

I think HDF5 is the better option as it is possible to store the feature vector X and the label vector y in the same file.