orange3-recommendation icon indicating copy to clipboard operation
orange3-recommendation copied to clipboard

RuntimeWarning: overflow encountered in multiply

Open clussificate opened this issue 6 years ago • 0 comments

python 3.6.2 numpy 1.15.4+mkl Orange3 3.18.0 Orange3-Recommendation 0.1.3

**

  • Error information:

** if norm_feedback > 0: # Gradient Y dx_yi = -eij/norm_feedback * Q[j, :]
+ lmbda * Y[feedback_u, :] RuntimeError: Training diverged and returned NaN.

clussificate avatar Dec 02 '18 11:12 clussificate