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:
[x] Change pfile code to HDF5 files
[x] bin/train.py
[x] bin/test.py
[x] hwrt/create_pfiles.py
[ ] bin/train.py
[ ] bin/test.py
[ ] bin/convert.py
Choice of feature format
The intermediate pfiles should be changed to something more common like
Currently, the
hwrt
project uses an internal, non-public toolkit for training / testing networks. This should be changed to https://github.com/Lasagne/LasagneSteps:
Choice of feature format
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.