-
Notifications
You must be signed in to change notification settings - Fork 0
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
Handling source ordering #20
Comments
The source ordering in the config is meaningless, because of the sorting operation inside lightning model. |
The issue I observed was when I loaded our demucs from the checkpoint without using the lightning module the sources in As long as we default to ordering inside the utils it seems okay, and will set the ordering based on that when loading checkpoints. |
Ah, I see where you were talking. |
Close due to inactive. |
Seeing some weirdness in how source ordering is handled. In
cfg/hdemucs.yaml
we can define the ordering. However, there are also defaults defined inutils/__init__.py
. In the lightning module seems like it uses the ordering from the defaults. I saw this behavior when I loaded only the base model from the checkpoint and not the lightning module, which resulted in the ordering of the source labels being swapped.Thoughts on the best way to handle source ordering so we don't have it defined in multiple places?
The text was updated successfully, but these errors were encountered: