wav2letter icon indicating copy to clipboard operation
wav2letter copied to clipboard

How to use Wav2letter after complete Installation.?

Open NumanElahii opened this issue 4 years ago • 2 comments
trafficstars

operating Sys: Ubuntu 18.04.2 LTS +-----------------------------------------------------------------------------+ | NVIDIA-SMI 418.152.00 Driver Version: 418.152.00 CUDA Version: 10.1 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | |===============================+======================+======================| | 0 Quadro P4000 Off | 00000000:9E:00.0 On | N/A | | 46% 40C P5 7W / 105W | 297MiB / 8111MiB | 0% Default | +-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+ | Processes: GPU Memory | | GPU PID Type Process name Usage | |=============================================================================| +-----------------------------------------------------------------------------+

[100%] Linking CXX executable simple_streaming_asr_example [100%] Built target simple_streaming_asr_example [100%] Linking CXX executable interactive_streaming_asr_example [100%] Built target interactive_streaming_asr_example [100%] Linking CXX executable multithreaded_streaming_asr_example [100%] Built target multithreaded_streaming_asr_example root@39586dcf0e4a:~/wav2letter/build#

Installation done from https://github.com/facebookresearch/wav2letter/wiki/Building-Running-with-Docker

Now, What is the next step to use Wav2letter.?

NumanElahii avatar Nov 25 '20 07:11 NumanElahii

@NumanElahii: Next step would be to follow instructions on the inference wiki.

abhinavkulkarni avatar Nov 25 '20 11:11 abhinavkulkarni

Or try to train/decode sota models from https://github.com/facebookresearch/wav2letter/tree/master/recipes/sota/2019.

tlikhomanenko avatar Nov 28 '20 01:11 tlikhomanenko