naturomics / CapsNet-Tensorflow

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

update Tensor.shape into Tensor.get_shape() #80

Open Soonmok opened 5 years ago

Soonmok commented 5 years ago

Changed Tensor.shape into Tensor.get_shape() Since tensorflow deprecated it.