if pytorch can be directly converted to a haf model for deployment on hailo-8

Hello, I would like to ask if pytorch can be directly converted to a haf model for deployment on hailo-8?
Are there any operators that are not supported?
Thanks!

Welcome to the Hailo Community!

After training your model, you will need to export your model to ONNX. For the next steps, please install the Hailo AI Software Suite Docker for Hailo-8 and run the tutorials inside.

hailo tutorial

This will start a Jupyter Notebook server with notebooks for each step of the conversion process.

Have a look into he Datafolow Compiler User Guide. There is a section with all supported operators. You can download the document from the Developer Zone. It is also part of the Hailo AI Software Suite Docker. You can find it in the shared_with_docker/docs/ directory after installation.