audo-ai / magic-mic

Open Source Noise Cancellation App for Virtual Meetings
https://magicmic.ai/
352 stars 38 forks source link

Verify performance issues are due to model #38

Closed gabcoh closed 3 years ago

gabcoh commented 3 years ago

If so maybe look into using a better blas and lapack

gabcoh commented 3 years ago

A very quick look with callgrind suggests that the bad performance is indeed due to the model and the blas implementation. This suggests it is definitely worth while to investigate building pytorch with a faster blas. Would be worth looking into what blas library the default pytorch implementation ships with.