fabio-deep/Variational-Capsule-Routing

Class tinyCapsuleNet calls super of CapsuleNet

Closed this issue · 1 comments

Vejni commented

Hi Fabio, great stuff.

When I init a tinyCapsuleNet I get a type error:

TypeError: super(type, obj): obj must be an instance or subtype of type

because the other class' super is called. Changing it resolves the issue.

Fixed, thank you for spotting it!