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

enable models (hdf5 files) to be independent of --max-len-per-line and --max-lines-per-commit #2

Open
asah opened this issue Jul 18, 2017 · 0 comments

Comments

@asah
Copy link
Owner

asah commented Jul 18, 2017

Currently, saved models (.hdf5 files) are hard-coded to a given --max-len-per-line and --max-lines-per-commit setting, because these values are embedded in the tensor-shapes in the neural net architecture.

Subtly, we can't just use a large value for these settings because of GPU RAM requirements.

This issue will "go away" in <1 year as GPU hardware radically improves.

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