zomux / deepy

A highly extensible deep learning framework
MIT License
422 stars 68 forks source link

RuntimeError: maximum recursion depth exceeded #9

Closed volkancirik closed 9 years ago

volkancirik commented 9 years ago

For all examples I get this error. I tried to increase recursion depth did not work.

zomux commented 9 years ago

Make sure you are using Python 2.7

volkancirik commented 9 years ago

I use Python 2.7.9.

zomux commented 9 years ago

Hi,

This issue is fixed in commit 493b855f55b18562fe991666eafec37d3116a27c

zomux commented 9 years ago

Please run

git pull
volkancirik commented 9 years ago

that commit fixed thanks!