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

Question- Why does it throw Attribute not found error when we run with training =False? #41

Closed ayesha92ahmad closed 6 years ago

ayesha92ahmad commented 6 years ago

on this step global_step = sess.run(capsNet.global_step)

naturomics commented 6 years ago

Fixed