Changed the name #17
-
Hi I’m just wondering if there is a way to change the name from miles to something different I tried editing the main.py and the config.py but no luck |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
The wake word detection for Miles is trained on 50,000 samples of people saying “Miles”. It’s possible to train another wake word model for another name but it’s gonna take anywhere from 30 minutes, to 6 hours to train it. the model for Miles took 6 hours to train on an A100 GPU via colab for a reference. Here’s the link to train the AI model link You should just be able to follow the instructions, you type a name where it says khum_puter, it can be anything, click the play button, once it’s done make sure it sounds right, then go through the other cards and click play until it’s done. Once it’s done you’ll need to place the file inside the folder named just “miles”. from here you have 2 choices, either rename the newly trained file to miles-50k, or edit main.py, searching for miles-50k and change it to the name of the file you trained. If you have any other questions or need help training it, I can help you. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your well detailed answer
im trying it now im not a coder so it takes me longer but im learning i may
have some more questions for you
Thanks for your fast reply
…On Tue, Apr 30, 2024 at 10:53 PM Anthony Hayward ***@***.***> wrote:
The wake word detection for Miles is trained on 50,000 samples of people
saying “Miles”. It’s possible to train another wake word model for another
name but it’s gonna take anywhere from 30 minutes, to 6 hours to train it.
the model for Miles took 6 hours to train on an A100 GPU via colab for a
reference.
Here’s the link to train the AI model link
<https://colab.research.google.com/drive/1q1oe2zOyZp7UsB3jJiQ1IFn8z5YfjwEb?usp=sharing>
You should just be able to follow the instructions, you type a name where
it says khum_puter, it can be anything, click the play button, once it’s
done make sure it sounds right, then go through the other cards and click
play until it’s done. Once it’s done you’ll need to place the file inside
the folder named just “miles”.
from here you have 2 choices, either rename the newly trained file to
miles-50k, or edit main.py, searching for miles-50k and change it to the
name of the file you trained.
If you have any other questions or need help training it, I can help you.
—
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APNLEEV3HIMUTGHILQB4Z2DZABKI5AVCNFSM6AAAAABHBG2766VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TEOBRGQZDO>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
The wake word detection for Miles is trained on 50,000 samples of people saying “Miles”. It’s possible to train another wake word model for another name but it’s gonna take anywhere from 30 minutes, to 6 hours to train it.
the model for Miles took 6 hours to train on an A100 GPU via colab for a reference.
Here’s the link to train the AI model link
You should just be able to follow the instructions, you type a name where it says khum_puter, it can be anything, click the play button, once it’s done make sure it sounds right, then go through the other cards and click play until it’s done. Once it’s done you’ll need to place the file inside the folder named just “miles”.
from here you have 2 …