LAS_Mandarin_PyTorch
LAS_Mandarin_PyTorch copied to clipboard
Listen, attend and spell Model and a Chinese Mandarin Pretrained model (中文-普通话 ASR模型)
Hello, Not be able to open google drive. Can you please share the model in another way?
python main.py --config ./config/aishell_asr_example_lstm4atthead1.yaml --test Using test mode Traceback (most recent call last): File "main.py", line 83, in solver = Solver(config, paras, mode) File "/data02/sam.yi/LAS_Mandarin_PyTorch/test_asr.py", line 24, in __init__ super().__init__(config,...
Hi there is no file named infer.py for inference. Can you add that ?
Hello again! I have modified your ASR model struture and used a larger madarin dataset to train it. The CER has already reached down to 10.5 after 1m step without...
I got "CUDNN_STATUS_NOT_INITIALIZED"while training the ASR with CTC,Is there a solution? thanks in advance!!