Hi,
I have a question, I’m looking for a manual, tutorial or anything that will help me find a solution to my problem, I’ll try to describe it as simply as possible. I have a NN model with a custom architecture with several “convolution layers” and “multi-head attention layers”, so.. how can I convert and compile this model to HAR and HEF, my goal is to run inference using hailo-8.
my ONNX model has input [1, 10,30] (I know it’s weird, but it’s not a regular image processing model).
Do I need to write a custom script for compilation? So … where can I find good API documentation and examples, I know there is one:
But there are not too many examples and description of how to prepare such a script, or I can not find…