We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Chào undertheseanlp
preprocess.py
egs/train.py Sau khi train xong: mình có chạy 2 file là predict.py và test_model.py
File predict mình thấy nó chạy ra result nhưng WER khá cao
File test_model.py thì mình chạy như thế nào đi nữa thì cái output transcript thì luôn là " "
Đây là command của mình:
python3 train.py --kaldi_folder {path}/kaldi-trunk/ --corpus_folder {path}/automatic_speech_recognition/data/vivos/corpus --export_path {path}/automatic_speech_recognition/egs/vivos/model_export/ python3 predict.py --wav {path}/automatic_speech_recognition/egs/vivos/test/VIVOSDEV01_R043.wav --kaldi_folder {path}/kaldi-trunk/ --model_path /home/duong/Python/kaldi-trunk/egs/uts_795/exp/tri2a/ --utils_path {path}/kaldi-trunk/egs/uts_795/utils/ python3 test_model.py
python3 train.py --kaldi_folder {path}/kaldi-trunk/ --corpus_folder {path}/automatic_speech_recognition/data/vivos/corpus --export_path {path}/automatic_speech_recognition/egs/vivos/model_export/
python3 predict.py --wav {path}/automatic_speech_recognition/egs/vivos/test/VIVOSDEV01_R043.wav --kaldi_folder {path}/kaldi-trunk/ --model_path /home/duong/Python/kaldi-trunk/egs/uts_795/exp/tri2a/ --utils_path {path}/kaldi-trunk/egs/uts_795/utils/
python3 test_model.py
Mình xin cảm ơn ạ
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Chào undertheseanlp
cho mình hỏi về quy trình chạy project này ạ:
preprocess.py
egs/train.py
Sau khi train xong: mình có chạy 2 file là predict.py và test_model.py
File predict mình thấy nó chạy ra result nhưng WER khá cao
File test_model.py thì mình chạy như thế nào đi nữa thì cái output transcript thì luôn là " "
Đây là command của mình:
Mình xin cảm ơn ạ
The text was updated successfully, but these errors were encountered: