We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to #154
As it stands the model descriptions are made in an ad-hoc format:
persephone/persephone/rnn_ctc.py
Lines 18 to 24 in aa69575
I propose that we make this a more easily parseable format when we write this to a file.
I'm thinking something like YAML or JSON works well here. Is there a preference for serialization format?
JSON comes in the standard library but has a bit less flexibility. That said flexibility isn't necessarily a benefit here.
The text was updated successfully, but these errors were encountered:
Using Keras will really fix this properly, but I think we have done enough as of the changes in PR #197 to close this issue.
Sorry, something went wrong.
No branches or pull requests
Related to #154
As it stands the model descriptions are made in an ad-hoc format:
persephone/persephone/rnn_ctc.py
Lines 18 to 24 in aa69575
I propose that we make this a more easily parseable format when we write this to a file.
I'm thinking something like YAML or JSON works well here. Is there a preference for serialization format?
JSON comes in the standard library but has a bit less flexibility. That said flexibility isn't necessarily a benefit here.
The text was updated successfully, but these errors were encountered: