You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Change pfile code to HDF5 files
bin/train.py
bin/test.py
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.
The text was updated successfully, but these errors were encountered: