group_equivariant_capsules_pytorch
group_equivariant_capsules_pytorch copied to clipboard
__init__() got an unexpected keyword argument 'norm'
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 unexpected keyword argument 'norm' for the conv1 member. Do clarify this.