Skip to content

shekfeh/rnnr

 
 

Repository files navigation

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, first install flit.

pip install flit

Next, install this library and its dependencies in development mode.

flit install --symlink

Lastly, setup the pre-commit hook.

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

Tests, the linter, and the type checker can be run with pytest, flake8, and mypy respectively.

License

Apache License, Version 2.0

About

rnnr: neural network runner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 99.4%
  • Shell 0.6%