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

Improved FullSubNet Usage #65

Open
omarthen3rd opened this issue Sep 6, 2023 · 2 comments
Open

Improved FullSubNet Usage #65

omarthen3rd opened this issue Sep 6, 2023 · 2 comments

Comments

@omarthen3rd
Copy link

Running downsampled 48khz data on the existing model/inference doesn't seem to be a problem. It works really well!

However with the new improved model, I have a suspicion that I'll need to retrain data at a higher rate to use it since I get a lot of issues if I try to throw it in as is (even with updated [model.args] in a new inference config file)

My question: is it possible to use the new model with the existing datasets?

Cheers!

@haoxiangsnr
Copy link
Member

Hi, @omarthen3rd. Thanks for your attention.

I did not save the pre-trained new model with 24KHz and 48KHz data. If you want to train it yourself, the necessary step is to modify [model.args]. How to modify the specific values? Check the comment for suggestions.

@omarthen3rd
Copy link
Author

Ah I figured I'd have to retrain it, I kept getting shape mismatch errors after attempting to make my own inference.toml for 48khz audio based on those comments.

I'll simply convert the existing dataset to 48khz and retrain with new parameters. Thanks for your help, will keep you posted!

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

No branches or pull requests

2 participants