Daniel Herman

Results 63 comments of Daniel Herman

I am not able to understand what you are talking about, but I got the same error messages. I spent about 7 hours of solving that issue and preparing dockerfile...

Oh god, I built KenLM in docker about 15 times, it was painful, but I am finally able to set the environment for your model properly in docker. Now, I...

I am unable to create the exact same environment as you created in nemo folder, could you provide versions of python packages you have installed in connection with this folder?

This issue helped me to resolve _swig_decoders missing error from ctc_decoders_test.py from a newer version of NeMo (v1.5.3 to this date). The issue happens to be also, that while running...

Alright, this is Dockerfile for running this model on CPU. You can use it in order to make some kind of Installation.md instructions. ```Dockerfile FROM ubuntu:20.04 # https://github.com/anibali/docker-torch/blob/master/no-cuda/Dockerfile # Use...

I am getting this error while trying to use latest stable NeMo ``` Traceback (most recent call last): File "model_test.py", line 3, in from infer import restore_model, load_audio File "/home/root/speech2text/demo_vietasr/infer.py",...

I am using Documenter.jl and I have similar issue. The workaround is in my opinion only temporal solution. I suggest adding encapsulation of the function as follows ```julia @resumable begin...

I run into the same exact issue. I suppose it is due to the fact that wav2letter now needs flashlight as a dependency. I will try to solve this issue...

Hello, I was also using librosa when the same error occurred when using ffmpeg binary manually added to PATH. Installing av with conda helped resolve the issue. Anyway, it would...

> That's interesting! I still don't quite see what's wrong with that particular ffmpeg… is it broken altogether? Or is it just not reporting the stream information? If I tried...