XifengGuo / CapsNet-Keras

A Keras implementation of CapsNet in NIPS2017 paper "Dynamic Routing Between Capsules". Now test error = 0.34%.
MIT License
2.47k stars 651 forks source link

low accuracy- high accuracy unstable model #132

Open SuzyComp opened 2 years ago

SuzyComp commented 2 years ago

The code is running on MNIST dataset very well, but when i trained model with my own dataset, sometimes i get accuracy %48, but sometimes %95. When it is %48, accuracy showing the same value every epoch.I also tried with different datasets. But it did the same. How can i solve it? Please help me.