You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to do most basic things with Hailo Dataflow Compiler, such as converting ONNX to HAR, and doing quantization step. I probably do not understand some steps that I need to perform to run simple network on Hailo.
Does Dataflow Compiler understand what nn.Embedding (from PyTorch) or Gather operation is?
Hello,
I hope this issue finds you well.
I am trying to do most basic things with Hailo Dataflow Compiler, such as converting ONNX to HAR, and doing quantization step. I probably do not understand some steps that I need to perform to run simple network on Hailo.
Does Dataflow Compiler understand what
nn.Embedding
(from PyTorch) orGather
operation is?Here is the model visualized with Netron:
Here is a simple script I am trying to work with:
Output:
Thank you for your product and efforts!
The text was updated successfully, but these errors were encountered: