naturomics / CapsNet-Tensorflow

A Tensorflow implementation of CapsNet(Capsules Net) in paper Dynamic Routing Between Capsules
Apache License 2.0
3.8k stars 1.17k forks source link

Norm with reduce_mean #46

Open Shaofanl opened 6 years ago

Shaofanl commented 6 years ago

In the distributed version, this line use reduce_mean to calculate the norm. Is that correct?