-
When loading events using the tab "search by parameters" the minimum magnitude can not be set to values smaller than 1.0. I'm working with mining induced events and many of the events in my database a…
-
I used --iter=100000 instead of 10000000 to train the TDS CTC model. At decoding, I got
...
Unable to allocate memory with native alloc for size 41943040 bytes with error 'ArrayFire Exception …
-
1. I modified `simple_streaming_asr_example` to use very simple Greedy CTC decoding instead of a language model (as I don't have a language model that works with my acoustic model).
2. I tested this …
-
As many ASR egines support userwords function. It means the origin asr result of sample.wav is "中美数控"。And if you using userwords.txt which has "中美速控" in it, the finally asr result is "中美速控" instead o…
-
I'm trying to embed decoder in gRPC service and use it simultaneously in concurrent requests. All works fine when I have a sequential version (i.e. only one request per time). But when I try to run ea…
-
### Question
Hi, I am running the serialization of the model that we finetuned on our data on top of pre-trained TDS CTC model (librispeech) and running into the error that says "F1008 06:12:20.59274…
-
### Bug Description
i get serialization error when run streaming_tds_model_converter
[Serialization Error] Mismatched output w2l:10.137 vs streaming:9.8056
log:
I0821 09:39:45.692654 933 Strea…
-
Thanks so much for an amazing repository.
Currently, I have done on training my own acoustic model from [here](https://github.com/facebookresearch/wav2letter/tree/ecb15f7011b013636d7aaf037da66e1d231…
-
I'm trying to decode a single audio file using the released models.
This is my test file:
```
1 /work/audio.wav 4.46 did you know that mohammed was so good
```
And this is the `decode.cfg` file…
-
**Describe the bug**
The micros() function is based on an RTOS tick of 1024hz; cannot count at increments lower than ~1ms.
**Hardware and Environment Information:**
Hardware model: Model: Adafr…