-
Notifications
You must be signed in to change notification settings - Fork 126
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
Redimnet configs for B0 and B1 models #400
Comments
Thank you for your attention! You can find all the configurations in model.py. Simply copy the relevant configurations into the config file to access all the other models. |
Thank you for your response. So, I just modified the redimnet.yaml like this, (feat_dim is 60 for RedimnetB0 in https://github.com/wenet-e2e/wespeaker/blob/master/wespeaker/models/redimnet.py#L874)
However, I am getting an error
Do I need to change anything else in the config file? |
Update: I changed the num_mel_bins to 60 and it has started training. I also had to reduce batch_size to 64 due to resource constraints. Lets see how this goes. Thanks. |
So, I am getting very high EER values for the B0 model. There is something wrong and I am not sure what. This is my config file.
I am doing model averaging of last 10 epochs. The scores I am getting are
Any advice would be greatly appreciated. Thanks |
Hello,
The redimnet config you have uploaded is for redimnetb2 model. Could you please upload the configs for the b0 and b1 models that could replicate the results you obtained?
Thanks,
VM
The text was updated successfully, but these errors were encountered: