-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config.yaml #7
Comments
In addition to above, I am also getting this error : (rev) Ubuntu@0041-kci-prxmx10171:~/reverb/asr$ python3 wenet/bin/recognize_wav.py --checkpoint /home/Ubuntu/myaudio/reverb_asr_v1.pt --audio /home/Ubuntu/myaudio/jfk.wav --result_dir /home/Ubuntu/myaudio/output (rev) Ubuntu@0041-kci-prxmx10171:~/reverb/asr$ ls |
The The 2nd issue is likely because you forgot this part of the instructions:
|
Hi, =============== ` git clone https://github.com/revdotcom/reverb.git && cd reverb pip install -r asr/requirements.txt pip install huggingface_hub git lfs install huggingface-cli download --resume-download Revai/reverb-asr --local-dir checkpoints --local-dir-use-symlinks False pip install git+https://github.com/wenet-e2e/wenet.git and also tried with git clone wenet (reverb-env) Ubuntu@0041-kci-prxmx10171: PS. I have also tried above after git cloning wnet directory from their repo, but still doesnt work. ` |
Hi,
In this inference code, where is config.yaml file ?
python3 wenet/bin/recognize_wav.py --config config.yaml --checkpoint /home/Ubuntu/myaudio/reverb_asr_v1.pt --audio /home/Ubuntu/myaudio/jfk.wav --result_dir /home/Ubuntu/myaudio/output
The text was updated successfully, but these errors were encountered: