undertheseanlp / automatic_speech_recognition

Vietnamese Automatic Speech Recognition
GNU General Public License v3.0
66 stars 37 forks source link

Thắc mắc quy trình chạy #38

Open vinhdc10998 opened 5 years ago

vinhdc10998 commented 5 years ago

Chào undertheseanlp

cho mình hỏi về quy trình chạy project này ạ:

Đâ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

Mình xin cảm ơn ạ