Model training
python train.py
Show reconstruction result and interpolation result
python test.py
ToDo:
- revised ReadMe ???
- more fancy plots???
| input | rec output |
|---|---|
![]() |
![]() |
Each row shows interpolation of one digit alone different channel.

Capsule_MxNet Some codes are cropped from this repo, However I'm concerned with its implementation
Capsule_Keras Very nice Keras implemtation which clarifies some concepts. I'm still confused with the stop gradient parts.
MxNet pull #8787 A Capsule implementation which uses old symbol system.

