DFC 3.30 ZOO 2.14.0 error matmul equalization got ValueError: failed to initialize intent(inout) array – expected elsize=8 but got 4
I try to compile yolov11s by DFC 3.30 and Hailo model zoo 2.14.0 (both lasted version) but I got ValueError: failed to initialize intent(inout) array – expected elsize=8 but got 4 with lasted scipy version. On the other hand, I read a thread in this community suggesting to downgrade the scipy to ==1.9.3 or ==1.10.1, which I tried and it didn’t work.
My system is Ubuntu 22.04LTS, python 3.10 with virtualenv and virtualenvwrapper. Before I upgrade from DFC 3.29 and ZOO 2.11 that normal complie for yolov8 model.
Please advise on how to solve this problem. Thank you very much.