[Discussion] Kernel died for bath processing.
Open
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
Assessment
This issue has not been assessed yet.