nicodjimenez / lstm

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

Removed some unused variables in the program #14

Closed ScottMackay2 closed 7 years ago

ScottMackay2 commented 7 years ago

I found some variables that were currently not used in the program. I thought that it was a good idea to remove them to make the code cleaner. The program was tested and ran the same without them.

If these variables were put there intentionally for any future modifications, then I suggest temporary commenting them out as second option.