jagger2048 / rnnoise-windows

This is a RNNoise windows demo. It was modified and restructured so that it can be compiled with MSVC, VS2017, VS2019.
126 stars 43 forks source link

How do I train with a new input #4

Open seenuchrispin opened 5 years ago

seenuchrispin commented 5 years ago

Can someone please explain how to train it with a new speech and noise file

jagger2048 commented 5 years ago

Hi, I trained new model at Linux platform with the codes in the official repository before.

If you need the training methods, I will update some tools and a demo so that you can train new data at Linux platform or WSL. It is worth mentioning that some codes will be modified for matching the official repo.

update: The training steps have updated in this project, you can reference these steps for training with your own input.

seenuchrispin commented 5 years ago

Hi, I trained new model at Linux platform with the codes in the official repository before.

If you need the training methods, I will update some tools and a demo so that you can train new data at Linux platform or WSL. It is worth mentioning that some codes will be modified for matching the official repo.

update: The training steps have updated in this project, you can reference these steps for training with your own input.

Thank you @jagger2048 , will check this