You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Using
ml5.LSTMGenerator
with the shakespeare model generates text in which everywhere a lowercase letteru
should appear, two space characters appear instead. Uppercase lettersU
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).
The text was updated successfully, but these errors were encountered: