On my machine the original code threw an error
RuntimeError: "nll_loss_forward_reduce_cuda_kernel_2d_index" not implemented for 'Int'
I followed https://github.com/wenet-e2e/wekws#installation to setup the environment so I'm curious if this error has ever occured to other people.
* fix: Android Demo detect invalid when the button is pressed again
* fix: Android demo detect invalid when the button is pressed again
---------
Co-authored-by: chuhonglin <chuhonglin@papegames.com>
* add ctcloss training scripts.
* update compute_det_ctc
* fix typo.
* add fsmn model, can use pretrained kws model from modelscope.
* Add streaming detection of CTC model. Add CTC model onnx export. Add CTC model's result in README; For now CTC model runtime is not supported yet.
* QA run.sh, maxpooling training scripts is compatible. Ready to PR.
* Add a streaming kws demo, support fsmn online forward
* fix typo.
* Align Stream FSMN and Non-Stream FSMN, both in feature extraction and model forward.
* fix repeat activation, add a interval restrict.
* fix timestamp when subsampling!=1.
* fix flake8, update training script and README, give pretrained ckpt.
* fix quickcheck and flake8
* Add realtime CTC-KWS demo in README.
---------
Co-authored-by: dujing <dujing@xmov.ai>
* add .gitattributes
* add long wav
* fix some bugs
* updated lint error
* back the hi_xiaowen/run.sh to the same
* remove the space
* better one
* remove 'num_keyword' parameter
* remove files
* flask8 examine
* override the score and compute_det file
* remove defaultdict
* remove import defaultdict
* learning rate won't initial from 0.001 when continuing training from checkpoint
* fix intent bug with initial learning rate != 0.001
* add .gitattributes
* add long wav
* fix some bugs
* updated lint error
* back the hi_xiaowen/run.sh to the same
* remove the space
* better one
* remove 'num_keyword' parameter
* remove files
* flask8 examine
* override the score and compute_det file
* remove defaultdict
* remove import defaultdict
* [kws] add code for plotting det curve
* format
* format
* format
* format
* [kws] add code for plotting det curve
format
format
format
format
* set xlim and ylim by parameter
* set xlim and ylim optional
* update help information
* update parser type
* Update run.sh