Open antiapt opened 4 years ago
you're on master branch, right? The code doesn't seem to have any recursive calls. Can you run a debugger and set a breakpoint in sigm, step outside of it and see where it locks into recursion?
Yes, I am on the master branch and am stepping into this. It seems like to raise this problem when calculating the out_clf. This value caused the recursion issue when calculating the sigmoid.
But could you share with me your system requirement, thank you!
better clip the value under exp
Thanks for your suggestion, will try this.
so?
I was following the instructions and trying to reproduce the examples. But it raises a recursion error when calling the sigmoid function here.
Any idea of how to deal with this? I am using TensorFlow 2.0, python 35 in virtualenv of anaconda. Much appreciated!