You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request introduces the Eigen library to optimize various numerical computations within the project. It systematically replaces existing manual, loop-based implementations for operations such as calculating mean and inverse standard deviation, applying feature normalization, scaling, windowing, and log-mel transformations. The primary goal of this refactoring is to enhance the overall computational performance and improve the readability and maintainability of the codebase by utilizing Eigen's highly optimized matrix and array functionalities.
0 commit comments