kendryte / kendryte-standalone-sdk

Standalone SDK for kendryte K210
https://kendryte.com
Apache License 2.0
440 stars 161 forks source link

How can I use the latest nncase library in kendryte-standalone-sdk ? #126

Closed BOGUENSONG closed 3 years ago

BOGUENSONG commented 3 years ago

Hello guys.

I use nncase Command Line Tools 1.0.0-52d9bfa for convert my custom ONNX model

and I successfully converted my model and test on my desktop also clear.

but when i use latest kendryte-standalone-sdk for test in my k210 device, test was failed. (in kpu_run_kmodel, state become blocked )

is this problem due to a nncase version difference ?

if so, how can i use latest nncase library in kendryte-standalone-sdk ?

Should I just wait for your updates ?

Thank you.

sunnycase commented 3 years ago

Unzip runtime-k210.zip to sdk/lib/nncase/v1

BOGUENSONG commented 3 years ago

Thank you !! :)

Qinka commented 2 years ago

Unzip runtime-k210.zip to sdk/lib/nncase/v1

I think you should add this "how to" into nncase's readme or document of usage