timomernick / pytorch-capsule

Pytorch implementation of Hinton's Dynamic Routing Between Capsules
632 stars 101 forks source link

Results? #10

Open manuelsh opened 6 years ago

manuelsh commented 6 years ago

Hi,

What results do you get?

Thanks

jjprincess commented 6 years ago

I tried this code, and got 0.002 test loss.Accuracy was 99%,but the reconstruction image was wrong . I guess there may be something wrong with the reconstruction code.

manuelsh commented 6 years ago

Thanks! 99 point what? :-)

You can have a look to the PyTorch code in my repo:

[https://github.com/manuelsh/capsule-networks-pytorch]

We found many issues in several repos and decided to build our own implementation.