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

LSTM shakespeare model generates two spaces instead of letter 'u' #28

Open
cwalther opened this issue Jul 1, 2018 · 0 comments
Open

Comments

@cwalther
Copy link

cwalther commented Jul 1, 2018

Using ml5.LSTMGenerator with the shakespeare model generates text in which everywhere a lowercase letter u should appear, two space characters appear instead. Uppercase letters U are missing completely.

This is also seen in the vocab.json file, which contains no entries for "u" and "U", but instead ones with a double space and an empty string, respectively. I tried changing them there, but that did not change anything in the outcome, apparently the data does not come from there but from somewhere in the binary files (whose format I am not familiar with).

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