[Bug] 4stems mode stops executing without output and exception reported
See original GitHub issueDescription
While 2stems mode works sucessfully, 4stems mode fails. In cmd I use this command:
python -m spleeter separate -i D:\spleeter\src\temp.mp3 -p spleeter:4stems -o D:\spleeter
and after a while it stops and ends with:
OMP: Info #250: KMP_AFFINITY: pid 13616 tid 18408 thread 28 bound to OS proc set 1
OMP: Info #250: KMP_AFFINITY: pid 13616 tid 5420 thread 29 bound to OS proc set 3
OMP: Info #250: KMP_AFFINITY: pid 13616 tid 14956 thread 30 bound to OS proc set 5
OMP: Info #250: KMP_AFFINITY: pid 13616 tid 16504 thread 31 bound to OS proc set 7
PS C:\Users\user>
Step to reproduce
- Installed using
conda
- Run as
command in cmd
- Got
no result and no exception reported
error
Output
nothing....
Environment
OS | Windows |
Installation type | Conda |
RAM available | XGo |
Hardware spec | CPU |
Additional context
I didn’t let the model download automatically in the first run because it’s too slow; instead I download from the release and put it in /pretrained_models/4stems.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
Controlling Exceptions and Events - Windows drivers
If kernel-mode exceptions are not handled, a bug check is issued and the system stops. As with user-mode exceptions, if a kernel-mode ......
Read more >Bug - Rider debugger breaks on unhandled exception
When attaching the Rider (2021.1.3) debugger to unity 2021.2.0b2 the debugger breaks on an unhandled exceptions very often.
Read more >Error handling in Step Functions
Step Functions reports a States.DataLimitExceeded exception under the following conditions: When the output of a connector is larger than payload size quota.
Read more >CHANGES.txt
Run jmol build.xml (including dist, which also initiates a release now) ... JmolVersion="14.20.3" // 2017.07.20 bug fix: ROTATE should not stop spin if...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m pretty sure this is a memory issue… I’m running spleeter in a Windows 10 VM with Hyper-V and I’m getting this problem maybe 80% of the time with 4GB of memory.
If I up it to 8GB, the problems occurs maybe 20% of the time.
My host PC has 32GB and it never occurs.
@mmoussallam can you try to recreate this in a VM? I’m using the Hyper-V VM from Microsoft
Hi @Rohan-Kishibe
Not sure what’s happening here and I don’t know how to help you. Would it be possible to delete the models and try the automatic download again ?