question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] 4stems mode stops executing without output and exception reported

See original GitHub issue

Description

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

  1. Installed using conda
  2. Run as command in cmd
  3. 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:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
Christilutcommented, Jan 27, 2020

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

1reaction
mmoussallamcommented, Jan 13, 2020

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 ?

Read more comments on GitHub >

github_iconTop 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 >
Jmol Files
An interactive viewer for three-dimensional chemical structures.
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found