dtorfs / nnabla-playground

Some toy examples of running nnabla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nnabla-playground

Examples of using nnabla and the nnabla c-runtime.

Prerequisites

nnabla:

pip install nnabla

nnabla-c-runtime:

cd .. && git clone https://github.com/sony/nnabla-c-runtime.git && make

Sample 1

Inference of a simple neural network using the nnabla-c-runtime of a neural net created by nnabla and converted to .nnb format:

sh test.sh

About

Some toy examples of running nnabla


Languages

Language:C 42.4%Language:Python 26.8%Language:Makefile 25.7%Language:Shell 5.1%