capsule-networks icon indicating copy to clipboard operation
capsule-networks copied to clipboard

Why should stop the gradient of u_hat?

Open LiangCVer opened this issue 5 years ago • 0 comments

"u_hat_stopped = tf.stop_gradient(u_hat, name='stop_gradient')"

I don't think W can be updated in that case

LiangCVer avatar Apr 29 '19 04:04 LiangCVer