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

minor parameter deprecation #59

Closed jiwoncpark closed 6 years ago

jiwoncpark commented 6 years ago

tf.reduce_sum() deprecated keep_dims as a parameter in place of keepdims (it seems all occurrences have been changed except this one)

naturomics commented 6 years ago

Thank you for this great PR, but considering that some people are still using an older version, a better solution is to be compatible both old and new version. So I've made a different solution. I'll close this PR, thank you.