heuritech / convnets-keras

MIT License
594 stars 185 forks source link

xrange error #7

Closed cdicle closed 8 years ago

cdicle commented 8 years ago

Hi, I am trying your code with python 3. It complains about xrange() in convnets.py. The problem disappears when I change it with range(). May I suggest changing it to range() for good?

leonardblier commented 8 years ago

Hi, Of curse, you are right, it is better if the code is correct both in Python2 and Python3. Could you make a pull request ? I will accept it. Thank you !