nicodjimenez / lstm

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

Replaced print function for Python 2 AND 3 support #13

Closed ScottMackay2 closed 7 years ago

ScottMackay2 commented 7 years ago

Replaced print function of Python 2.X with print function of Python 3.X. This will still work on Python 2.X!

I also tested this on both python 2.7 and python 3.4