nnabla-c-runtime
nnabla-c-runtime copied to clipboard
Neural Network Libraries https://nnabla.org/ - C Runtime
1. Add support for cross-compiling (Dockerfile.build) 2. Add `cmake/spresense,cmake` to support spresense cross-compilation 3. Add cross-compiling section in build (`Build.mk`)
https://github.com/prajotsl123/nnabla-c-runtime
I am trying to use a trained model on a Sony Spresense board, however after training and converting my nnp file to nnb, the Spresense board cannot load the file....
Set local_context to 0 to avoid rt_free_context calling free on unitialized memory when running systems that do not zero out heap memory.
Hi, could someone tell me the exact structure of the nnb File? As far as i understand the nnb File starts with this structure: ``` typedef struct { uint32_t version;...