Skip to main content

rnnr: neural network runner

Project description

rnnr

rnnr: neural network runner

Python versions PyPI project Build status Documentation status Code coverage License Built with Spacemacs

rnnr helps you to run your neural network models, for either training or evaluation. It is heavily inspired by Ignite and torchnet, but hopefully simpler and more applicable to libraries other than PyTorch.

Documentation

https://rnnr.readthedocs.io

Contributing

Pull requests are welcome! To start contributing, make sure to install all the dependencies.

pip install -r requirements.txt

Then install this library as editable package.

pip install -e .

Next, setup the pre-commit hook.

ln -s ../../pre-commit.sh .git/hooks/pre-commit

Tests and the linter can be run with pytest and flake8 respectively. The latter also runs mypy for type checking.

License

Apache License, Version 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rnnr-0.0.1.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

rnnr-0.0.1-py3-none-any.whl (13.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page