frechet-audio-distance icon indicating copy to clipboard operation
frechet-audio-distance copied to clipboard

[chore] Proper CI needed

Open gudgud96 opened this issue 11 months ago • 0 comments

We are in dire need of proper CI! Given the amount of content we have now in this repo, and the importance of correctness in calculating each score, CI is crucial for being a safety net for further deployment and iterations.

We do have extensive test examples in notebooks, but the idea is to ensure that everything is right and things don't break during PR merge.

Right now we have one (only one...) which is the VGGish unit test. This can be replicated for other embedding types. The only blocker I faced previously is that model downloading is extremely slow for some models (e.g. PANN), and CI would run forever. But, I would believe that well-known packages like EnCodec and CLAP should do fine.

gudgud96 avatar Mar 25 '24 15:03 gudgud96