|
const m = new Kaldi.OnlineNNet3Model({ |
here my outpue tree in resources dir
.
├── am
│ └── final.mdl
├── conf
│ ├── mfcc.conf
│ └── model.conf
├── graph
│ ├── disambig_tid.int
│ ├── Gr.fst
│ ├── HCLr.fst
│ └── phones
│ └── word_boundary.int
├── ivector
│ ├── final.dubm
│ ├── final.ie
│ ├── final.mat
│ ├── global_cmvn.stats
│ ├── online_cmvn.conf
│ └── splice.conf
└── README
how to properly map it to Kaldi.OnlineNNet3Model options?
node-kaldi-online-nnet3-decoder/test/test.js
Line 69 in 67e456e
here my outpue tree in resources dir
how to properly map it to Kaldi.OnlineNNet3Model options?