-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError #23
Comments
All required modules are here: |
Hi, I downloaded and redid it. python train.py --model_type htdemucs --config_path configs/config_musdb18_htdemucs.yaml --start_check_point results/f7e0c4bc-ba3fe64a.th --results_path results/ --data_path 'datasets/' |
Your python doesn't see the |
pip install demucs |
Thanks for answering so many questions. For example, like separating the metronome sound from the drum sound. --start_check_point results/model.ckpt \ |
Just don't use:
In this case training will start from scratch. |
What was the SDR on validation? |
I was doing a lot of things to solve the problem. Thanks! |
You can restart from higher LR (using latest weights) after it became too low. |
I see, I understand. |
Python 3.13.0 (tags/v3.13.0:60403a5, Oct 7 2024, 09:38:07) [MSC v.1941 64 bit (AMD64)] on win32 = RESTART: C:\Users\user\Desktop\Music-Source-Separation-Training-1.0.9\train.py |
I got the following error. Please let me know how to resolve it.
Traceback (most recent call last):
File "C:\Users\Users\desktop\Music-Source-Separation-Training-main\train.py", line 515, in
train_model(None)
File "C:\Users\Users\desktop\Music-Source-Separation-Training-main\train.py", line 332, in train_model
model, config = get_model_from_config(args.model_type, args.config_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Users\desktop\Music-Source-Separation-Training-main\utils.py", line 24, in get_model_from_config
from models.demucs4ht import get_model
File "C:\Users\Users\desktop\Music-Source-Separation-Training-main\models\demucs4ht.py", line 10, in
from demucs.demucs import Demucs
ModuleNotFoundError: No module named 'demucs'
The text was updated successfully, but these errors were encountered: