You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi:
When I change the parameter of Capsule 'share_weights' from True to False , it can not work with the mistake:
TypeError: unsupported operand type(s) for *: 'int' and 'NoneType'.
Can you give me some suggestions. It seems that the program encounter a problem when initialize the weights parameters of self.W.
The text was updated successfully, but these errors were encountered:
Hi:
When I change the parameter of Capsule 'share_weights' from True to False , it can not work with the mistake:
TypeError: unsupported operand type(s) for *: 'int' and 'NoneType'.
Can you give me some suggestions. It seems that the program encounter a problem when initialize the weights parameters of self.W.
The text was updated successfully, but these errors were encountered: