sony / nnabla

Neural Network Libraries
https://nnabla.org/
Apache License 2.0
2.73k stars 334 forks source link

Feature Request: Converting nnp -> nnb using c++ libraries #1176

Open jg-sy opened 1 year ago

jg-sy commented 1 year ago

Currently, the conversion of nnp to nnb requires running nnabla_cli convert or python scripts. This is a request to add this functionality to nnabla-cpplib.

I already have a working implementation and am looking to contribute. I am posting this issue and will be creating a fork of the repository for this feature per the contributing guidelines.

TomonobuTsujikawa commented 1 year ago

Thanks for your interest in our project! We will review your PR after it is created. Also, I'll let you know here if our developers have any comments before creating your PR.