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

neural networks: added and linked

This commit is contained in:
2025-11-27 08:43:36 +01:00
parent 5d8094e90b
commit 28cf833feb
3 changed files with 38 additions and 2 deletions

View File

@@ -20,8 +20,8 @@ This section addresses the usage of the
#### Preparing TensorFlow Models for the AI HAT+
For neural networks to run on the Hailo AI module and the AI HAT+ they have to be converted to the
`.hef` format.
For [neural networks](/wiki/neural_network.md) to run on the Hailo AI module and the AI HAT+ they
have to be converted to the `.hef` format.
This section assumes the neural network is using
[TensorFlow](/wiki/programming_language/python.md#tensorflow) and is available as a `.tf` or
`.tflite` file.