Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to Lasagne #34

Open
4 of 7 tasks
MartinThoma opened this issue Jun 20, 2015 · 0 comments
Open
4 of 7 tasks

Switch to Lasagne #34

MartinThoma opened this issue Jun 20, 2015 · 0 comments

Comments

@MartinThoma
Copy link
Owner

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant