[Discussion] I made model, so I wanna use it
See original GitHub issuespleeter train -p configs/jazz_config.json -d ./train/
I made model for piano, woodbass, drums for jazz music.
Question:
- I can see “INFO:spleeter:Model training done” , but I cant find model
- 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:
- Created 4 years ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top 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 >
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
Then I add
.probe
, I can separate! Thanks!!!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.