-
Hi, it is not a bug, but just a question: What does "benchmark_only" means? For the moment I only use it with False, as default. Some models that converted with NNCASE work in the simulator, but give an "out of memory" error when deployed on K210. Thanks in advance for your help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
benchmark_only
option generates kmodel without weights. It's only fornncasebenchmark
program. When runningbenchmark_only
kmodels, runtime dynamically generate weights using random data.