Skip to content

Implemention of Capsule Net from the paper Dynamic Routing Between Capsules

License

Notifications You must be signed in to change notification settings

pylxtu/CapsuleNet-Gluon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CapsuleNet-Gluon

Implemention of Capsule Net from the paper Dynamic Routing Between Capsules Edit Add topics

Run

  1. pip install --pre mxnet-cu80 -i https://pypi.douban.com/simple --user
  2. pip install tqdm
  3. python main.py

Results

Results to be added

Issues

I use SGD to try Capsule Net, if use Adam as described in the original paper, I got very low test accuracy.

I find if use large train batch_size, the results is also unaceptable. I haven't figure it out.

Any PR is welcomed.

Other Implementations

About

Implemention of Capsule Net from the paper Dynamic Routing Between Capsules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%