Ashutosh Mishra

Results 27 comments of Ashutosh Mishra

Hi @daanzu , I am trying to finetune Indian English model with my wake word data. I am not able to understand as to where to give the path for...

@daanzu I got the path information. There was one more query I had. How much data is required to perform finetuning for a task like wake word detection on the...

Hi @daanzu , splice_opts is not present in https://github.com/daanzu/kaldi-active-grammar/releases/download/v1.4.0/kaldi_model_daanzu_20200328_1ep-mediumlm.zip Could you please provide that ?

Hi @daanzu, I reached Stage 9 but there I get an exception saying that Exception: Expected exp/nnet3_chain/tree_sp/ali.1.gz to exist. I couldn't find .gz file in the source model folder. Could...

I am also getting the same error: libcaffe.so.1.0.0: undefined symbol: _ZN2cv8imencodeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_11_InputArrayERSt6vectorIhSaIhEERKSB_IiSaIiEE I am trying to run .m code to generate lmdb process as suggested in Deep Metric Learning using Lifted...

@nshmyrev I am trying to adapt a trained model on Indian English accent to wake word data. I have set up the dataset as per the KALDI format. I am...

@nshmyrev could you please provide data/lang, data/local/lang, chain tree-dir for Indian English vosk zip folder ?

@nshmyrev can you please provide the necessary files needed for finetuning in daanzu's script for the Indian english accent model

@Archan2607 apologies for the late reply but I was temporarily involved in the ASR training and couldn't work out the training part completely.

Thanks for your input @zylo117 I checked the custom dataset which has the following keys as in coco format. dict_keys(['images', 'type', 'annotations', 'categories']) After going through the 'annotations' keys, I...