ramos-ai / MoStress

Implementation of MoStress: a Sequence Model for Stress Classification
MIT License
13 stars 2 forks source link

Change for loops #5

Open arturossouza opened 2 years ago

arturossouza commented 2 years ago

For/while loops on python usually are not very optimised, so it is better to choose matrix operations instead of the loops. Therefore, we need to check the hole code and evaluate if we can change the for loops for matrix operations or something faster.