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

how to train the "little" model #246

Open
battlefor opened this issue Nov 25, 2024 · 1 comment
Open

how to train the "little" model #246

battlefor opened this issue Nov 25, 2024 · 1 comment

Comments

@battlefor
Copy link

hello,I glad to obtain the amazing rnnoise lib,it is very suitable for me.

now i want to training the "little" model ,just like the "little" model provided with half as an alternative

i had study the rnnoise_data_little.c for a long time, but i still don't know how to get the rnnoise_data_little.c from my train.

@battlefor battlefor changed the title how to training the "little" model how to train the "little" model Nov 25, 2024
@BancoLin
Copy link

@battlefor The rnnoise training script already covers 'little model' training steps (model sparsification), but your training data must large enough to trigger it. If I recall correctly, the little model training steps start at iteration 2500 and stop at iteration 8000. You can check your training log to see if the training runs beyond 2500 iterations.

If you want to fine tune the sparsification parameters, please go to check rnnoise/rnnoise.py. There are sparsify_start, sparsify_stop, sparsify_interval, and sparsify_exponent. You can control sparsify_start parameter to control when to start model sparsification.

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