Zhao Yang
Results
2
issues of
Zhao Yang
I followed the following commands to install > git clone https://github.com/kpu/kenlm.git > cd kenlm > mkdir -p build && cd build > cmake .. > make -j 4 When I...
在运行2-4python文件时,需要执行 mms_batch = get_batch(train2_wavs[:10000] + train1_wavs[:10000], name_to_seq, batch_size=1000, max_pred_len=48, input_length=778, mms=None) 但在get_batch定义中(utils.py)并没有mms参数