cmc-csci181 icon indicating copy to clipboard operation
cmc-csci181 copied to clipboard

Random lettering when generating

Open raequan opened this issue 5 years ago • 1 comments

I have a problem when I use --generate. Specifically, I see that generate usually gives a valid answer for the line; that is, if I put A as the first char, then I should be getting something like Alvarez. However, I get random letters throughout. When using A, I get outputs like

line= ATgEDYhczyh

and

line= ABwrzHXMBRc

which seem to be not related.

Could the problem be in my code, or simply with the model I am using? Granted, the model has lower accuracy, so this could be the problem. However, I wanted to figure this out before I attempted to move on past simply debugging.

raequan avatar Apr 11 '20 17:04 raequan

Most likely your model is not training very well. If you were to post a link to the tensorboard.dev output, I could tell you if your model has trained well or not.

PS. I've edited your comment to improve the formatting. In the future, any output from your program, any code, and anything typed into the terminal should be within backticks (`).

mikeizbicki avatar Apr 11 '20 19:04 mikeizbicki