mikeizbicki / cmc-csci181-deeplearning

deep learning course materials
15 stars 6 forks source link

Random lettering when generating #17

Open raequan opened 4 years ago

raequan commented 4 years ago

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.

mikeizbicki commented 4 years ago

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 (`).