/reneu

build and analyze REal NEUral networks

Primary LanguageC++Apache License 2.0Apache-2.0

Build Status Python Package

Computation for REal NEUral networks

Development

compile C++ backend

python setup.py develop

export conda environment

conda env export > environment.yml

Release

python setup.py bdist_wheel
auditwheel repair dist/reneu-0.0.1-cp37-cp37m-linux_x86_64.whl
twine upload