sairaamVenkatraman
sairaamVenkatraman
Thank you for coding this. Have you compared against the reported results in the papers?
Hi! Thank you for releasing the code. Could you explain the pre-training done for cifar-10 and cifar-100 in transfer_learning.py? I found no details about this in the paper, too.
Hi, this is not an issue as such. Your results posted for smallnorb using dynamic routing are reported as 99.56% - whereas those in the paper are 97.3% for dynamic...
When I run setup.py, it gives the message that installation is complete. However, import does not work. I get the message File "examples/mnist.py", line 10, in from group_capsules.utils import grid,...
Hi. After some workarounds, when I tried using your code, I found that the splineconv declaration does not accept the norm argument. I received the following error: __init__() got an...