-
https://github.com/XifengGuo/CapsNet-Keras/blob/843a765f1242a7dbe46511ef5ad4f1501e6c9a46/capsulelayers.py#L171
-
Any idea why this happens? I'm talking about changing the 16 in `line 46` in `capsulenet.py` to something else like 17 or 32.
# Layer 3: Capsule layer. Routing algorithm works here.
digit…
ghost updated
7 years ago
-
Excellent Hacker-Noon article. Dramatic and informative! Congrats...
However, more credit (which you partially do!) should be given to the [CapsNet-Tensorflow repro](https://github.com/naturomics/Ca…
-
I want to thank you for this wonderful work =),
How can I cite this repo ?
Thanks
-
Looks like this repo does not support the latest multi-GPU model which is introduced in Keras 2.0.9. When I do this:
```
if(num_gpu > 1):
model = multi_gpu_model(model, gpus=num_gpu)
…