-
-
Notifications
You must be signed in to change notification settings - Fork 814
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
update weights optimization #1791
update weights optimization #1791
Conversation
Merging this PR should fix #1789 |
@Lebourdais suggested that we set @clement-pages can you update your PR to make this change and also update the |
OK, I will update it. |
In the same way that is done for the speaker diarization task
…ages/pyannote-audio into fix-optimization-issue
Co-authored-by: Hervé BREDIN <hbredin@users.noreply.github.com>
BREAKING: remove
finetune_wavlm
attributes from thePixIT
task, and replace it withwalm_frozen
inTotatonet
separation model, to be consistent with what is done for the segmentation model.