durian1023
durian1023
do you train the model with CTC in aishell1?
the code between win and linux is different
you can train the ASR and LM respectively,and you can use the LM during the decoding
to train the LM: 1.first replace the wavs with corpus 2.python3 main.py --config config/lm_example.yaml --lm i hope these steps will help you
Would like to ask you have met the problem "CUDNN_STATUS_NOT_INITIALIZED" while train the ASR with CTC? Thanks in advance!
Have you solved it? I have the same problem