Closed BarryAlle closed 6 years ago
Can you please attach your config.yaml file?
Custom_wakeword: status: 'Enabled' models:
ESP: IP: 'xxxxxxxxxxxx' #Enter your ESP's IP here. devicename:
This is my config.yaml p/s: Thnks for spending your time to help me
Right now, the assistant can take in max 2 wakewords. You have given 3.
but i gave it 2 wakewords still not working
Please post the output of terminal when you use two wakewords.
My Terminal output:
ERROR:main:number of hotwords in decoder_model (3) and sensitivity (2) does not match
Traceback (most recent call last):
File "/home/pi/GassistPi/src/main.py", line 560, in
I think its still the same
Thats only work with alexa and snowboy but the other its not
There is an issue with the jarvis.umdl hotword. Please refer to this https://github.com/Kitt-AI/snowboy/issues/447 one jarvis.umdl is being taken as two models. If you want to use jarvis.umdl then make the following change in main.py in lines 151 and 152 in main.py
change len(models)
to (len(models)+1)
this is if you are using jarvis.umdl only.
How about i want to use 2 model of wakeword? I think its much be easy for my family to use
i have train myself a model call friday but is not working when i use 2 model in config.yaml p/s I put every thing back to default
what are the two models you are using ?
nevermind, now its working perfectly.Thanks for spending your time to help me
Closing this issue then.
Describe the bug:
Did you go through or search the issues section to check if your issue was already discussed (either currently open issues or closed issues).
Yes/No
2. Is the issue related to assistant installation ?
Yes/No
If answer to question 2 is Yes, then paste the contents of the terminal below.
If answer to question 2 is No, then proceed further.
3. Does the assistant service start normally?
Yes/No
4. Is the assistant service restarting automatically?
Yes/No
If answer to question 4 is Yes, then paste the contents of the terminal below.
If answer to question 4 is No, then proceed further.
Manually start the assistant. For guidelines to start the assistant manually refer this
Paste the command below, that crashed the assistant
Paste the contents of the terminal below
Attach the log file. Log file can be found in /tmp directory. Remeber to copy your log file before shutting down or restarting the Pi.