Skip to content
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

[feature] add a frontend module in wespeaker and support wavlm #344

Merged
merged 13 commits into from
Aug 19, 2024

Conversation

JiJiJiang
Copy link
Collaborator

@JiJiJiang JiJiJiang commented Jul 29, 2024

All pre-trained models and configs in the pretrained page can be loaded and used normally after this update!

image

@JiJiJiang JiJiJiang marked this pull request as draft July 29, 2024 13:25
with torch.cuda.amp.autocast(enabled=configs['enable_amp']):
features, _ = model.module.frontend(wavs, wavs_len)

with torch.cuda.amp.autocast(enabled=configs['enable_amp']):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it is necessary to add amp context here. There is no pytorch model involved.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

solved

def spec_aug(feats, num_t_mask=1, num_f_mask=1, max_t=10, max_f=8, prob=0.6):
# feats batch: (B,T,F)
# do spec_aug on all batch samples using a same group of params randomly
# TODO (hongji): do spec_aug on each sample separately
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea. I will try it later.

@czy97
Copy link
Collaborator

czy97 commented Jul 31, 2024

Hello @JiJiJiang , I have listed some comments. Besides, there seems no independent recipe with run.sh.

@JiJiJiang JiJiJiang requested a review from czy97 August 18, 2024 15:52
@JiJiJiang JiJiJiang marked this pull request as ready for review August 18, 2024 15:52
Copy link
Collaborator

@czy97 czy97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well Done !!!!

@czy97 czy97 merged commit 655039e into master Aug 19, 2024
4 checks passed
@czy97 czy97 deleted the hongji-frontend-wavlm branch August 20, 2024 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants