Volodymyr

Results 13 comments of Volodymyr

Also very interested in this. @wsdjeg could you please advise, how [#3076](https://github.com/SpaceVim/SpaceVim/pull/3076) should help with this?

> @mironnn if you would like a hacky workaround, this should work - put your defaults into a macro in ~/.SpaceVim/vimrc and then call the macro. for example: > >...

> Hi, > > This is about memory manager, just info for debugging, you can skip this if you try to understand what is happening with training. > > ```...

> > > Hi, > > > This is about memory manager, just info for debugging, you can skip this if you try to understand what is happening with training....

> WER 50% is expected with very small model we have in tutorial. Check `recipes/models/sota` for our best results. > > About converting epoch into iterations - just compute how...

I started decoder with `--nthread_decoder=1` `--maxisz=1000000` options and have the same result: ``` I0914 08:24:05.279361 112 W2lListFilesDataset.cpp:141] 1 files found. I0914 08:24:05.279836 112 Utils.cpp:102] Filtered 1/1 samples I0914 08:24:05.280282 112...

Yes, thank you `--minisz=0` helped and it worked 👍 But I noticed, if I use audio without ground truth, file is also filtered. for e.g. Row from `test.lst` file: `flac...

Yes, `Filtered 1/1 samples` I've tried `--minisz=-1` and my lst file containes: `flac /root/host/flac.wav 5.855` (it is audio from librispeech dataset converted to wav) Full log ``` root@5ad90d8a5ec1:~/wav2letter/build# export LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2018.5.274/linux/mkl/lib/intel64:$LD_IBRARY_PATH...

@tlikhomanenko Thank you for your comment. Yes, you-re right. I did `mintsz=-1` and file is not filtered. But decoder is still hangs. ``` root@6ca99de58c9c:~/wav2letter/build# ./Decoder \ > --flagsfile /root/host/model/decode_500ms_right_future_ngram_other.cfg \...

> @mironnn Can you please help me to use wav2letter to for inferencing sample audio file. I would like to know from where you downloaded the pre trained models and...