deepcaps icon indicating copy to clipboard operation
deepcaps copied to clipboard

Official Implementation of "DeepCaps: Going Deeper with Capsule Networks" paper (CVPR 2019).

Results 5 deepcaps issues
Sort by recently updated
recently updated
newest added

I directly run the code, and only got 10% performance on train set of MNIST dataset. For the val set, the accuracy keeps staying in 0.0000e+00. Is there anything wrong?...

@brjathu Hi, Thanks for your great work. I want to know whether this network is suitable for two-category image data, such as cat and dog images with shape (64,64,3) ?...

Hi, I work with your code, but I have done bad results using Tiny-Imagenet-200 dataset. The input images have 64 x 64 size and the parameters of the DeepCaps are...

@brjathu Hi, Thanks for your great work.I found that after one epoch of training, why did I throw a "NameError: name'warnings' is not defined" error? Can you give me some...

hello, the topic I'm referring to was already discussed in [Issue 15](https://github.com/brjathu/deepcaps/issues/15). Because your paper says: `Reducing the number of routing iterations in the initial layers that are larger in...