Segmentation fault
Created by: lawlietAi
各位好,我在WSL(Ubuntu 18.04)上配置了该项目,配置如下:
CUDA_VISIBLE_DEVICES=0
python -u infer.py
--num_samples=10
--beam_size=300
--num_proc_bsearch=8
--num_conv_layers=2
--num_rnn_layers=3
--rnn_layer_size=1024
--alpha=2.6
--beta=5.0
--cutoff_prob=0.99
--cutoff_top_n=40
--use_gru=True
--use_gpu=False
--share_rnn_weights=False
--infer_manifest='data/aishell/manifest.test'
--mean_std_path='data/librispeech/mean_std.npz'
--vocab_path='data/librispeech/vocab.txt'
--model_path='data/librispeech/params.tar.gz'
--lang_model_path='models/lm/zh_giga.no_cna_cmn.prune01244.klm'
--decoding_method='ctc_beam_search'
--error_rate_type='cer'
--specgram_type='linear'
图中路径有些乱,见谅。。