Skip to content

13331151/Capsnet-tensorflow-combine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Capsnet-tensorflow-combine

this code is revised from

https://github.com/naturomics/CapsNet-Tensorflow

Download dataset

$ cd code
$ mkdir -p data/mnist
$ wget -c -P data/mnist http://yann.lecun.com/exdb/mnist/{train-images-idx3-ubyte.gz,train-labels-idx1-ubyte.gz,t10k-images-idx3-ubyte.gz,t10k-labels-idx1-ubyte.gz}
$ gunzip data/mnist/*.gz

Run train and eval

$ python train_eval.py

Test Accurcay(with translation augmentation): 99.62% test_cc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages