-
Hi, thank you for your work.
I import your code as ctc-crf package into my DL model.
In my training code, I calculate loss with
`loss = CRFLoss(logits, labels, inputLenBatch, input_lengths)`
I…
FL990 updated
2 years ago
-
Hi~
I've noticed code: ` ../utils/ctc_compile_dict_token.sh ` in main executing script run_adapt.sh (line 66), but there doesn't exist a script under utils folder named this.
should I cp from…
-
Hi, I was trying to run eesen in nvidia's docker container, and failed.
The container has cuda 10.2 in it. Eesen can be compiled, but when invoking "train-ctc-parallel", it crash with following log…
-
The work of TLG is proposed as early as in 2015 by Yajie Miao, whose death in 2016 was really a pity. Please give an acknowledgement and respect to him.
paper: [EESEN: End-to-End Speech Recognition …
-
hi,
I have a problem with recognition oov in ASR (like proper noun) and it's not appear in training set. I have read about wfst +rnn transducer in paper of google [streaming end to end speech recogn…
-
I was explaining snowfall's approach to decoding to somebody and I realized that what we call "LG" might actually be "HLG", because the actual LG is composed with `ctc_topo` (our `H`); see e.g. in the…
-
Looking at the [doc](https://gtn.readthedocs.io/en/latest/common_functions.html), it seems to me that the functions share some similarities with those in OpenFST. Will this lib be an improved version …
-
Hi, I am trying to make a Dockerfile and refactor directory structures.
In my branch [docker](https://github.com/alex-ht/CAT/tree/docker), I have finished a [dockerfile](https://github.com/alex-ht…
-
I am trying to make script for training on timit but I am getting error. What am I doing wrong?
train-ctc-parallel --report-step=1000 --num-sequence=10 --frame-limit=25000 --learn-rate=0.00004 --mo…
-