Double scalars overflow within for loop

前端 未结 0 1049
Happy的楠姐
Happy的楠姐 2021-01-25 21:36

I know that overflow double scalars occurs when we exceed the range allowed for a dtype. In my case I\'m trying this

l=l+pow((y[i,]-(np.dot(w,x[i,]))),2)
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题