The hailomz optimize fails during first epoch itself with the following error during full quant analysis.
TypeError: Exception encountered when calling layer 'lat_model' (type LATModel).
in user code:
File "/notebooks/hailo_dfc/lib/python3.10/site-packages/hailo_model_optimization/algorithms/lat_utils/lat_model.py", line 340, in call *
n_ancestors = self._native_model.flow.ancestors(lname)
File "/notebooks/hailo_dfc/lib/python3.10/site-packages/hailo_model_optimization/acceleras/model/hailo_model/model_flow.py", line 31, in ancestors *
return nx.ancestors(self, source)
TypeError: outer_factory.<locals>.inner_factory.<locals>.tf__func() missing 1 required keyword-only argument: '__wrapper'
Call arguments received by layer 'lat_model' (type LATModel):
• inputs=tf.Tensor(shape=(8, 640, 640, 3), dtype=float32)
What might be causing this?