heeehaaa
heeehaaa
Hi, can you give some suggestion about how to change the [ThresholdDecoder](https://github.com/MycroftAI/mycroft-precise/blob/dev/precise/threshold_decoder.py#45) to support multiple wake words ,when use train_incremental @MatthewScholefield
Thank you , I will try.
@MatthewScholefield Your suggestion help me a lot , but still have some difficult Do I need to change [this](https://github.com/MycroftAI/mycroft-precise/blob/e1a635e9675047eb86f64ca489a1b941321c489a/precise/vectorization.py#L55) np.zero_like and [link](https://github.com/MycroftAI/mycroft-precise/blob/e1a635e9675047eb86f64ca489a1b941321c489a/precise/vectorization.py#L78) np.zero to one-hot ?
I think this could make sense
遇到同样的问题,怎么解决
貌似因为没有 yarn 导致不能生成dist/wx 文件夹
I find a solution Notice this: “self” is a UIView,the custom tabbar -(void)iniMenu:(CGFloat )itemWidth{ ``` CGFloat delta = [UIScreen mainScreen].bounds.size.height-64-self.bounds.size.height; self.menu = [[AwesomeMenu alloc] initWithFrame:CGRectMake(0, -delta, self.bounds.size.width, delta+self.bounds.size.height) startItem:self.startMenuItem menuItems:self.menuItems];...
Can not manually to install , Because this link can not open "http://goofy.zamia.org/repo-ai" And return 403 Forbidden , can you upload the source on the link to github ?
Thank you! I'll try ! And I found the code on the readme file at the pre-trained model and the link cannot reach at this [image](https://user-images.githubusercontent.com/1543474/78628155-facf4700-78c5-11ea-9098-d2a0c694eb6f.png)
if you just run the pre-trained model ,you can use the following command /opt/kaldi/src/online2bin/online2-wav-nnet3-latgen-faster --do-endpointing=false --online=false --feature-type=mfcc --mfcc-config=/opt/kaldi/egs/kaldi-generic-en-tdnn_250-r20190609/conf/mfcc.conf --max-active=7000 --beam=15.0 --lattice-beam=6.0 --acoustic-scale=1.0 --ivector-extraction-config=/opt/kaldi/egs/kaldi-generic-en-tdnn_250-r20190609/ivectors_test_hires/conf/ivector_extractor.conf --word-symbol-table=/opt/kaldi/egs/kaldi-generic-en-tdnn_250-r20190609/model/graph/words.txt /opt/kaldi/egs/kaldi-generic-en-tdnn_250-r20190609/model/final.mdl /opt/kaldi/egs/kaldi-generic-en-tdnn_250-r20190609/model/graph/HCLG.fst 'ark:echo utter1 utter1|' 'scp:echo...