Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 300 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 300 Bytes

libmodular

A library to use modular layers in any neural network as introduced in Kirsch et al. 'Modular Networks: Learning to Decompose Neural Computation'.

Install

Install the package with

python3 setup.py install

Usage

See mnist.py and cifar10.py for simple examples.