You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
1_ I added a new corpora language model than did the training and all worked fine.
2_ Next then I added second corpora using the same sound file and updated a few other things. Then when I do training again and use the base model, I only see my corpora1 taken effect.
3_ Next then I deleted all corporate yet still able to run the custom language model and getting corpora1 output. There seems to be a bug with adding 2nd corpora's and removing corpora's.
4_ Lastly, when all corpora's deleted then I see the pendding status for my model training.
The text was updated successfully, but these errors were encountered:
Twanawebtech
changed the title
Deleting and 2nd corpora's bug
Deleting and adding 2nd corporas
Apr 15, 2019
@Twanawebtech
(2) should work, we will try to replicate the error you are seeing.
(3) I think after deleting the corpora, you still have the custom model that has been trained, so it should continue to be available. You can reset the custom model to get back to the starting point and this will wipe out the trained model. The GUI doesn't support this feature, but you can run the command line "reset_language_model.py".
(4) This is normal: the meaning of the "pending" state is that it is waiting for you to add corpora so that training can be kicked off.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While playing with the app, I noted a few things.
1_ I added a new corpora language model than did the training and all worked fine.
2_ Next then I added second corpora using the same sound file and updated a few other things. Then when I do training again and use the base model, I only see my corpora1 taken effect.
3_ Next then I deleted all corporate yet still able to run the custom language model and getting corpora1 output. There seems to be a bug with adding 2nd corpora's and removing corpora's.
4_ Lastly, when all corpora's deleted then I see the pendding status for my model training.
The text was updated successfully, but these errors were encountered: