You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.
第9章 手动一节,有这一行
gradients = 2/m * tf.matmul(tf.transpose(X), error)
实际执行时,由于2/m(m是整数)结果为0,导致gradients为0,算法不收敛
The text was updated successfully, but these errors were encountered: