naturomics / CapsNet-Tensorflow

A Tensorflow implementation of CapsNet(Capsules Net) in paper Dynamic Routing Between Capsules
Apache License 2.0
3.8k stars 1.17k forks source link

Try Fashion-MNIST #20

Closed hanxiao closed 6 years ago

hanxiao commented 6 years ago

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.

servetcoskun commented 6 years ago

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

changkun commented 6 years ago

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.