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

There may be a typo in the simple example of an lstm.yml #35

Closed
KingAndQueen opened this issue Nov 7, 2016 · 0 comments
Closed

There may be a typo in the simple example of an lstm.yml #35

KingAndQueen opened this issue Nov 7, 2016 · 0 comments

Comments

@KingAndQueen
Copy link

In the simple example of an lstm.yml:
"files: # assign files to reference name
states: cbt_epoch10.h5 # HDF5 files have to end with .h5 or .hdf5 !!!
word_ids: train.h5 ------- # May be you mean train: train.h5
words: words.dict # dict files have to end with .dict !!
"
Since the following word_sequence cannot find the train file
"word_sequence: # defines the word sequence
file: train # HDF5 file
"

I am not sure about this, please confirm

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