-
Notifications
You must be signed in to change notification settings - Fork 923
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
TRAINING-README appears outdated and inconsistent with current main repository #254
Comments
I also see reference rnn_data.h to in training/dump_rnn.py |
Yeah, I got the same issue. Wondering how would we train a new model using RNNoise 2.x? Thanks. |
Just follow instruction in main README file. Pay attention to details. There are some pitfalls. I guess everybody will have different problems. It doesn't belong to this bug report, but there is no forum, so I will answer you here. I have managed to train new models, here are challenges I faced:
Now I am a bit stuck in training of more precise model with 100000 segments and 100+ epochs When I will be successful, then I will fail as everybody else on fact that the model is not directly compatible as .rnnn file for ffmpeg rnnoise filter. But I need to fail step by step :) |
I was misled by the content of TRAINING-README when attempting to train rnnoise, as it references files (rnn_data.c and rnn_data.h) that no longer exist in the main repository. According to a comment from March 27, 2024, these files have been removed:
#219 (comment)
Additionally:
src/compile.sh also appears outdated for the same reason.
Note: I was able to generate features.f32 by instruction in current README which uses foreground noise and background noise (TRANING-README works with one noise only)
The text was updated successfully, but these errors were encountered: