sunnycase
sunnycase
> > > @sunnycase > > How to infer a image using nncase which is stored as a uint8 array? i.e is there a way to use --data-format raw >...
> > > @sunnycase just to confirm I have printed the array size before it gets saved, the array size is equal to 215040B, however the npy array file size...
请提供模型和相关代码。
暂时只支持TFLite 未来会支持PaddlePaddle Caffe ONNX
Can you upload your model?
You should align the model with the minimal alignment (K210 is 256) instead of `read_unaligned` in `interpreter.initialize`.
> I dont see any method called interpreter::initialize. Maybe you mean interpreter::load_model or runtime_module::initialize ? And which buffer should be aligned ? the buffer you passed to `interpreter::load_model` should be...
Please attach your origin model.
Please use the python interface, nncase 1.7 doesn't provide the `ncc` command line tool.
Currently this scenario is not supported. SMP is not implemented yet.