brjathu / deepcaps

Official Implementation of "DeepCaps: Going Deeper with Capsule Networks" paper (CVPR 2019).
MIT License
151 stars 48 forks source link

Use TF 1.13.1 due to bug in Keras 2.2 #8

Closed grische closed 4 years ago

grische commented 4 years ago

Upstream ticket: https://github.com/tensorflow/tensorflow/issues/30728

Fixed in Keras 2.3.0 which is not yet in Anaconda: https://anaconda.org/anaconda/keras-gpu

Fixes #7