Raspberry pi 5 with Hailo-8L can predict timeseries ?

Hello,
I want to predict timeseries data and build model use tensorflow.keras.layers include LSTM and Dense. But I don’t know Hailo-8L have supported it yet ?
If it was supported, how I can import them ?

Welcome to the Hailo Community!

The model conversion process is the same for all models. To find out more about the process, I recommend to go trough the tutorials inside the Hailo AI Software Suite docker. Run the following command:

hailo tutorial

This will open a Jupyter notebook server explaining you all the steps.

Please check the Hailo Dataflow Compiler User Guide section RNN and LSTM for important information about the support.