naturomics/CapsNet-Tensorflow

Try Fashion-MNIST

hanxiao opened this issue · 2 comments

Could you please test and post the result on Fashion-MNIST? https://github.com/zalandoresearch/fashion-mnist

It shares the same size & format as mnist, should be straightforward to integrate.

I will try running CapsNet on Fashion-MNIST this weekend 👍

I did it for Fashion MNIST few times, max acc only 92% (8M params, 50 epochs), whereas I can do a better performance about 95% with plain CNN (1M params, 10 epochs), quite disappointing actually.