-
I have the following error.
> user@server:~/wav2letter$ build/Train train --flagsfile=/home/user/wav2letter/recipes/name/configs/conv_glu/train.cfg
> *** Error in `build/Train': double free or …
-
When i try to decode the "Decoder" throw error that the am file not exist, but the file exist in path
F0129 11:30:48.108448 1 Serial.h:52] File - './001_model_data#dev-clean.bin' does not exi…
-
The docker build runs for a while, then hits
```
[ 69%] Linking CXX executable DctTest
[ 69%] Building CXX object src/tests/CMakeFiles/SoundTest.dir/__/runtime/Distributed.cpp.o
[ 70%] Linking CXX…
-
Hello,
I built wav2letter with CPU option and run on aws ec2 instance (c5.2xlarge - 8 vCPU / 16G RAM / Ubuntu 16.04 LTS). I followed the 1-librispeech_lean tutorial but the training job runs for ~ …
-
Hello,
trying to build wav2letter on Ubuntu, when I execute :
make -j4
I get the error :
........
ogg_vorbis.c:(.text+0x16cd):对‘vorbis_analysis_wrote’未定义的引用
ogg_vorbis.c:(.text+0x16e9):对‘v…
-
I would like to see if I can use this toolkit using a PC with :
GeForce GT 610 (2G)
RAM 8G
Cores 7
-
When I compile the cpu version, comment the flashlight code in cmakelists ,
error appears when executing the make command.
How can I change it?
![1](https://user-images.githubusercontent.…
-
When training for a different language, my understanding is, I need to provide: 1) lexicon, 2) tokens, 3) training dataset, 4) pretrained language model. And when I run train.cpp, it will train only 2…
-
how can i finetuning pretrained model with my own audiofiles?
i was tried to trained my own audiofile and generates model(it takes huge time and results also improper) but i don't know how to finetu…
-
```
-- Configuring done
CMake Error at CMakeLists.txt:152 (add_executable):
Target "Decoder" links to target "SndFile::sndfile" but the target was not
found. Perhaps a find_package() call is …