Open youssefavx opened 4 years ago
Okay I also tried this command (while inside the fairseq directory), and it gave me the same error:
python3 examples/wav2vec/recognize.py --wav_path /root/data/temp.wav --w2v_path /root/data/wav2vec2_vox_960h.pt --target_dict_path /root/data/dict.ltr.txt
I should also note that a few minutes after it gives me those 2 warnings, it says: Killed
(and I do not try to kill it or do a keyboard interrupt, it does so on it's own)
Hi! Thank you so much for setting up this docker, I've been looking for so long for some sort of simple way to test this model, just put input audio in and get text back and it's ridiculous how complex it all is to set up. This whole thing should've been packaged into a pip install line! so thank you for your work!
After running the installation example:
Everything went smoothly up til this line:
Which I modified to this (because it seemed that the wav file was not found:
Now I get this error:
I also get this error right above the previous error even though I have CUDA 9 or 10 I believe:
I do remember that to get cuda working on a mac with Pytorch you do have to build Pytorch from source which also seems like another 10 thousand steps :(. Let alone integrating that into docker somehow which I don't understand.
Anyway, would appreciate any help whatsoever to get this working. Hopefully this thing can run without CUDA. At the moment I don't want to fine tune the model, simply test.