Roadmap and contribution guidelines
- Different models should be organised as part of different branches in this repo.
- Please add the reference resources and the model descriptions, dependencies in the
README.md
corresponding branches of the models. - Project websites to be organized at the domain https://kgpml.github.io
- Proper benchmarking from relative literature and implementations.
- Use the Pull-Request method for submiting code-patches. Github tutorial
- Using existing stable libraries as far as possible
- Heavy documentation of the source code for maximum coverage.
- Loosely sticking to the style guidelines for the language used :
- Python : Pep8
- C++ : Google C++ style guide
- Lua : Lua style