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 @leftthomas
the part of reconstruction for Capsnet works out by using nn.Linear as the last layer in self.decoder and for MNIST dataset, it is 784 output channel.
However, if we want to implement Capsnet to another image classification dataset such as 256*256 colored images, whether it has too much paremeters to be trained for reconstruction part. What should we do when facing this problem?
Very appreciate!
The text was updated successfully, but these errors were encountered:
Hi @leftthomas Thanks for your reply, and according to your explanation CapsNet doesn't fit this task.
I am wondering if we remove the reconstruction part in loss function, can it be implemented in such large size image classification task?
Hi @leftthomas
the part of reconstruction for Capsnet works out by using nn.Linear as the last layer in self.decoder and for MNIST dataset, it is 784 output channel.
However, if we want to implement Capsnet to another image classification dataset such as 256*256 colored images, whether it has too much paremeters to be trained for reconstruction part. What should we do when facing this problem?
Very appreciate!
The text was updated successfully, but these errors were encountered: