deezer / spleeter

Deezer source separation library including pretrained models.

Home Page:https://research.deezer.com/projects/spleeter.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Discussion] cuda memory optimisation issues

nawed2611 opened this issue · comments

Hey, I require some assistance in building a pipeline that includes spleeter audio splitting using the 2stems model.

GPU Spec - Tesla V100-PCIE-16GB

I wanted to know, how can we clear up the memory usage caused during the process.

separator = Separator('spleeter:2stems')

Is there any way to clear up the memory usage caused by this process so that it can be used later?