Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1637 Discussions

Running a custom network with HDDL plugin fails

Biomegas
New Contributor I
2,796 Views

So I posted this question yesterday and thanks for the answer @JesusE_Intel . However, it became read-only and I can't reply. The pytorch model is in the attachment.

 

Here is the optimizer command

mo_command = f"""/opt/intel/openvino/deployment_tools/model_optimizer/mo.py
--input_model "{onnx_path}"
--input_shape "[1, 1, {LENGTH}]"
--data_type FP16
--output_dir "{model_path.parent}"
"""

 

0 Kudos
1 Solution
JesusE_Intel
Moderator
2,712 Views

Hi Biomegas,


Strange, thanks for opening a new thread. I will go ahead and close the other one. Could you provide the exported ONNX model ready to inference?


Regards,

Jesus


View solution in original post

0 Kudos
1 Reply
JesusE_Intel
Moderator
2,713 Views

Hi Biomegas,


Strange, thanks for opening a new thread. I will go ahead and close the other one. Could you provide the exported ONNX model ready to inference?


Regards,

Jesus


0 Kudos
Reply