nicodjimenez / lstm

Minimal, clean example of lstm neural network training in python, for learning purposes.
1.75k stars 651 forks source link

After training, how to input some test samples? #5

Closed huangshichen closed 8 years ago

huangshichen commented 8 years ago

hi, I'm very new to lstm. I use test.py finish the training, then how can I input some test samples to get the acc or something? thank you!

huangshichen commented 8 years ago

get it thx~