Resizing image in imageai-detector /usr/local/lib/python3.6/site-packages/imageai/Detection/Custom/init.py:1234: RuntimeWarning: overflow encountered in exp return 1. / (1. + np.exp(-x))
I keep getting this warning, it seems like it has to do with this function inside init.py:
@staticmethod
def _sigmoid(x):
return 1./(1. + np.exp(-x))
Can we expect some updates of this module, or is it possible to fix it? Just ignore it?
PYTHON_VERSION=3.6.0 tensorflow-gpu==1.13.1 keras==2.2.4