How to get predictions of lstm model

I followed the instructions on chapter 12 of the book, training a LSTM that has a high accuracy.
But how do I actually test the model to see whether it can predict any input?
learn.get_preds and learn.predict didn’t seem to work.

1 Like

Great Information!