Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 2.36 KB

README.md

File metadata and controls

31 lines (23 loc) · 2.36 KB

No Routing Needed Between Capsules

license Apache 2 version v1.0.1 codefactor A arXiv DOI PWC Tweeting

This repository contains the code used for the experiments detailed in a forthcoming paper. The paper is available pre-published at arXiv: http://arxiv.org/abs/2001.09136

Required Libraries

To train models (python/training):

To produce GIFs of the MNIST evaluation digits (python/etc/produce_MNIST_eval_digits.py):

To extract the scalars from the tensorflow events.out.tfevents file created during training into CSV formatted data (python/etc/extract_scalars_from_logs.py):

To evaluate all possible combinations of ensembles of models (C++):

...more coming soon...