-
Hi, is it possible to use ESPnet for realtime ASR?
I find that Kaldi can do online decoding by using https://github.com/alumae/kaldi-gstreamer-server and
https://github.com/alumae/gst-kaldi-nnet2-…
-
转换pd文件时成功完成,启动服务时报错
这是我的启动脚本
```
bert-base-serving-start -model_dir $TRAINED_CLASSIFIER/$EXP_NAME -bert_model_dir $BERT_BASE_DIR -model_pb_dir $TRAINED_CLASSIFIER/$EXP_NAME -mode NER -max_seq_len 1…
-
Hello,
Is it currently possible in returnn to train and consequently generate output alignment between subword units and audio?
Thanks
-
I am looking for a suitable way for automating the _**Captcha Recognition**_.
**Things I have already tried:**
I have tried using pytesseract but it didn't work. I had pre-processed the captcha im…
-
Hi there !
Thank you for the toolkit 👍
First, I'm wondering if it would be possible to not perform seq2seq training for ASR. Let's say I have a BLSTM model, and I want to directly train with C…
-
Hi
I use 6 MAXI interfaces in the rtl design, I can use 4 ddr banks max on U200, so I reuse the banks. I have 8 buffers to place in the 4 ddr banks. The code is as below. When exectuting to cl:…
-
Hi there,
I'm playing with a custom encoder, and I obtain a weird behavior with this config file:
The 'blstms' indicates my specific encoder (which is just a variation of vgg, and only at the v…
-
For the results that you got in your decoded_single_layer_blstm file, were they achieved with the same hyper-parameters? My validation cost starts increasing after a few epochs. Training cost is just …
-
code:
```
from deepjapaner.modelapi import ModelAPI
api = ModelAPI(model_path=r'D:\CRF_Jap\model_1_jap.pth', train_path=r'D:\japanese_ner_datasets\IOB2Corpus-master\hironsan.txt',
…
-
I implemented a Linear Chain CRF layer for sequence tagging tasks inspired by the paper:
Lample et al. Neural Architectures for Named Entity Recognition (Neural Architectures for Named Entity Recogni…