We use an issue tracker hosted in the NNabla GitHub repository. If you encounter any bugs, or come up with any feature requests, please first search if there is an already existing issue. If you can not find any, please feel free to post a new issue.
Note: This issue tracker is only used for development issues such as a bug report and a new feature request or proposal. Please do NOT post usage, installation and neural network modeling questions to the issue tracker. Such questions are welcome at the NNabla user group.
We appreciate contributors in the community, that are willing to improve NNabla. We basically follow the development style used in many GitHub repositories.
-
Search existing issues and/or pull request in the GitHub repository.
-
If it doesn't exist, post an issue for the feature proposal.
-
Fork the repository, and develop your feature in the forked repo.
-
Create a pull request of your development branch to NNabla's
master
branch. Our maintainers will then review your changes. -
Once your change is finalized, the maintainer will merge your change.
- Architecture overview (available soon).
- Adding a new function (layer implementation).
- Adding a new solver (gradient descent algorithm implementation).
- Contributing to NNabla CUDA extension.
- Adding a new extension (available soon).