I'm currently building an LM Ann using pyrren but i get this warning sometimes /usr/local/lib/python3.6/dist-packages/pyrenn.py:722: RuntimeWarning: invalid value encountered in multiply G = np.linalg.inv(JJ+dampfac*np.eye(net['N'])) #scaled inverse hessian .
Does anyone how i can get around this?
Whenever i bump into this the program just stuck.