deezer / deezer/spleeter

[Discussion] Kernel died for bath processing.

Open
#807 0 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
Python
Stars
28.4k
Forks
3.1k
PR merge metrics
No merged PRs in 30d

Description

Hello,

I have around 240 wav files to separate on my CPU machine. I am using the separate_to_file() method from the Spleeter package. What I am trying to do is like follows:

for i in range(len(audio_list)):
separator.separate_to_file(audio_list[I], './output')

It works well for the first two wav files, but afterwards the python kernel always dies. I am really new to deep learning application, and not quite familiar with this -- I guess this is because the loop crashed the memory? Is there any way to solve this problem?

Thanks!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.