MANIFEST.in
README.md
setup.py
ndf/__init__.py
ndf/model.py
ndf.egg-info/PKG-INFO
ndf.egg-info/SOURCES.txt
ndf.egg-info/dependency_links.txt
ndf.egg-info/requires.txt
ndf.egg-info/top_level.txt
ndf/example_models/__init__.py
ndf/example_models/squeezenet.py
ndf/example_models/weights/squeezenet_weights.pkl
ndf/layers/__init__.py
ndf/layers/activations.py
ndf/layers/convolutions.py
ndf/layers/input.py
ndf/layers/layer.py
ndf/layers/merge.py
ndf/layers/others.py
ndf/layers/pooling.py
ndf/tests/__init__.py
ndf/tests/book-2020460_640.jpg
ndf/tests/test_complete.py
ndf/utils/__init__.py
ndf/utils/image_to_col.py