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.

[Discussion] I made model, so I wanna use it

See original GitHub issue

spleeter train -p configs/jazz_config.json -d ./train/ I made model for piano, woodbass, drums for jazz music.

Question:

  1. I can see “INFO:spleeter:Model training done” , but I cant find model
  2. How can I use this model? please tell me command like spleeter separate -i audio_example.mp3 -o audio_output -p spleeter:4stems

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
kno3a87commented, Nov 14, 2019

Then I add .probe, I can separate! Thanks!!!

1reaction
Faylixecommented, Nov 14, 2019
  1. I missed it! Thanks
  2. I got this error
spleeter separate -i Autumn.wav -o Autumn_output -p spleeter/configs/jazz_config.json
INFO:spleeter:Downloading model archive https://github.com/deezer/spleeter/releases/download/v1.4.0/jazz_model.tar.gz
Traceback (most recent call last):
  File "/home/ubuntu/anaconda3/envs/spleeter-cpu/bin/spleeter", line 8, in <module>
    sys.exit(entrypoint())
  File "/home/ubuntu/anaconda3/envs/spleeter-cpu/lib/python3.7/site-packages/spleeter/__main__.py", line 47, in entrypoint
    main(sys.argv)
  File "/home/ubuntu/anaconda3/envs/spleeter-cpu/lib/python3.7/site-packages/spleeter/__main__.py", line 41, in main
    entrypoint(arguments, params)
  File "/home/ubuntu/anaconda3/envs/spleeter-cpu/lib/python3.7/site-packages/spleeter/commands/separate.py", line 166, in entrypoint
    estimator = create_estimator(params, arguments.MWF)
  File "/home/ubuntu/anaconda3/envs/spleeter-cpu/lib/python3.7/site-packages/spleeter/utils/estimator.py", line 36, in create_estimator
    params['model_dir'] = model_provider.get(model_directory)
  File "/home/ubuntu/anaconda3/envs/spleeter-cpu/lib/python3.7/site-packages/spleeter/model/provider/__init__.py", line 65, in get
    model_directory)
  File "/home/ubuntu/anaconda3/envs/spleeter-cpu/lib/python3.7/site-packages/spleeter/model/provider/github.py", line 65, in download
    raise IOError(f'Resource {url} not found')
OSError: Resource https://github.com/deezer/spleeter/releases/download/v1.4.0/jazz_model.tar.gz not found

This is actually a bug, sorry about that. We will fix it in the next release that should come next week. Meanwhile as a quick fix you can add an empty file with .probe name into your model directory. It will prevent Spleeter from trying to download specified model from GitHub.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Discussions - Eberly Center - Carnegie Mellon University
What skills, knowledge, perspectives, or sensibilities do you want students to walk away from the discussion with? Your goals for a particular discussion...
Read more >
What Is the Make and Model of a Car? - Progressive
Make and model are essential factors in determining auto insurance rates. Learn how make and model differences can affect your insurance rate.
Read more >
Organizing Your Social Sciences Research Paper
Do not be verbose or repetitive; be concise and make your points ... If needed, use subheadings to help organize your discussion or...
Read more >
Flip is a video discussion and sharing app, free from Microsoft.
Flip (formerly Flipgrid) is a video discussion and video sharing app, free from Microsoft, built for classrooms and beyond. Learn more.
Read more >
3.2 Communication models – Introduction to Professional ...
The three models of communication we will discuss are the transmission, interaction, and transaction models. Although these models of communication differ, they ...
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