1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-03-18 20:14:47 +01:00

hailo: support for data types noted

This commit is contained in:
2026-03-13 08:59:11 +01:00
parent 63a7ada580
commit 51fe8f96e9

View File

@@ -40,6 +40,9 @@ variable `DOCKER_ARGS` which is set in the file `hailo_ai_sw_suite_docker_run.sh
Using the tools which come in this container a `.tf` or `.tflite` model can be converted to the Using the tools which come in this container a `.tf` or `.tflite` model can be converted to the
`.hef` format. `.hef` format.
At the current time only models using `float32` or `float16` are supported.
`int8` and `int32` are not supported.
Mixed precision models are not supported aswell.
For this to work run the following commands inside the Docker container. For this to work run the following commands inside the Docker container.
The first command takes the path to the tensorflow model (`<path-to-tf-model>`) and will output a The first command takes the path to the tensorflow model (`<path-to-tf-model>`) and will output a