-
In #29, it was mentioned that transcribing on CPU should be 1sec per sentence but no ideas on how to debug when decoding is slow (minutes per sentence). Has anybody discovered the cause of slow decodi…
-
while the paper do not give a releated reference of time for the training process, in the paper ——"Letter-Based Speech Recognition with Gated ConvNets", there is a representation about the time co…
-
I am on Mac OSX and when I run:
```
luajit ~/wav2letter/data/librispeech/create.lua ~/LibriSpeech ~/librispeech-proc
```
I get the following error:
```
luajit: ./wav2letter/data/librispeech/crea…
-
while executing the Step: "cd wav2letter && luarocks make rocks/wav2letter-scm-1.rockspec && cd .." in the wav2letter directory's sub-directory wav2letter, the below error ran out, has anyone me…
-
Hello
Model training goes without errors but when I try to test it I get this error
`/usr/local/share/lua/5.1/wav2letter/readers.lua:26: module 'samplerate' not found`
How can I get that module…
-
When running cd wav2letter && luarocks make rocks/wav2letter-scm-1.rockspec && cd .. I get the following error:
CMake Error at cmake/FindSndFile.cmake:60 (message):
Could not find libsndfile
Is…
-
while executing the training step, error "attempt to call field 'WeightNorm' (a nil value)"
has any body meet the same error what's the problem? , there were no error while installing the prev…
-
(root) fbBaseline@gpucommtest1[tt]:~> luajit ~/wav2letter/data/librispeech/create.lua ~/LibriSpeech ~/librispeech-proc
| parsing SPEAKERS.TXT for gender...
| analyzing /data1/LibriSpeech/train-clean…
-
Why is this?
luajit test.lua ~/librispeech-glu-highdropout.bin -progress -show -test dev-clean -save -datadir ~/librispeech-proc/ -dictdir ~/librispeech-proc/ -gfsai
luajit: cannot open in mode r…
-
when I try run test.lua to transcribe some flac files. It finds them but then says 0 files found after and dies. This issues seems to be related to threading. any ideas?
luajit ~/wav2letter/test.lu…