NXP / eiq-model-zoo

A collection of machine learning models for vision optimized for NXP products
MIT License
19 stars 4 forks source link

Recipe script relies on end-of-life python version #2

Open riestmo-nxp opened 7 months ago

riestmo-nxp commented 7 months ago

Hi, I noticed that the recipe.sh script of eegTCNet relies on Python 3.7, https://github.com/NXP/eiq-model-zoo/blob/e2152edd3f729b4772a8328f5745978f51b2b707/tasks/misc/eegTCNet/recipe.sh#L32

which is already at its end-of-life: https://devguide.python.org/versions/

I think updating all scripts to Python 3.8 or higher would be helpful.

Best regards

barbora-nemcekova-nxp commented 5 months ago

Hello,

model needs to be loaded in the python3.7 due to compatibility reasons from the source. After model is converted, to can be used in newer python version.

Despite the fact that python3.7 is marked as 'end of life', it is still available for download on python official websites.