deezer / spleeter

Deezer source separation library including pretrained models.
https://research.deezer.com/projects/spleeter.html
MIT License
25.9k stars 2.84k forks source link

[Discussion] How to use spleeter with multi gpus? #860

Open Zth9730 opened 1 year ago

Zth9730 commented 1 year ago

I want to use spleeter to process a large amount of video data, and I want to use multi gpus to speed up my processing, is multi gpus currently supported? Thank you very much.

Yutong18 commented 1 year ago

do you know how to use spleeter on single gpu? I even can't run it on single gpu. Thank you.

Zth9730 commented 1 year ago

In my practical application, I can run spleeter on a single gpu as long as gpu version's tensorflow is installed correctly.

Yutong18 commented 1 year ago

Thank you so much.