STMicroelectronics / stm32ai-modelzoo

AI Model Zoo for STM32 devices
Other
236 stars 64 forks source link

Update required for requirements.txt flie #35

Closed Tanmay-Malhotra closed 1 month ago

Tanmay-Malhotra commented 1 month ago

The tensorflow version mentioned in the file requirements.txt is old and hence, when trying to run the command pip install -r requirements.txt, an error is thrown, changing the tensorflow version manually to tensorflow==2.16.1 fixed the issue for me.

Update: works with python version 3.10. Had to downgrade from 3.12