yeyupiaoling / PaddlePaddle-DeepSpeech

基于PaddlePaddle实现的语音识别,中文语音识别。项目完善,识别效果好。支持Windows,Linux下训练和预测,支持Nvidia Jetson开发板预测。
https://yeyupiaoling.blog.csdn.net/article/details/102904306
Apache License 2.0
649 stars 143 forks source link

识别结果是乱码 #133

Closed njuxdj closed 2 years ago

njuxdj commented 2 years ago

你好,我的环境是python3.8,模型是下载的DeepSpeech_free_st_chinese_mandarin_corpus,测试数据是/dataset/test.wav,但是运行的识别结果是乱码。请教下可能原因是什么,万分感谢。 root@bogon:~/下载/PaddlePaddle-DeepSpeech-master# python3 infer_path.py --wav_path=./dataset/test.wav --use_gpu=False /usr/lib/python3/dist-packages/socks.py:58: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working from collections import Callable /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:311: UserWarning: You are using GPU version Paddle, but your CUDA device is not set properly. CPU device will be used by default. warnings.warn( /usr/local/lib/python3.8/dist-packages/librosa/core/constantq.py:1058: DeprecationWarning: np.complex is a deprecated alias for the builtin complex. To silence this warning, use complex by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use np.complex128 here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations dtype=np.complex, ----------- Configuration Arguments ----------- alpha: 1.2 beam_size: 300 beta: 0.35 cutoff_prob: 0.99 cutoff_top_n: 40 decoding_method: ctc_greedy enable_mkldnn: False is_long_audio: False lang_model_path: ./lm/zh_giga.no_cna_cmn.prune01244.klm mean_std_path: ./dataset/mean_std.npz model_dir: ./models/infer/ to_an: True use_gpu: 0 vocab_path: ./dataset/zh_vocab.txt wav_path: ./dataset/test.wav

消耗时间:2803ms, 识别结果: 冰脆陆潮氦陆逸谬堰掀粳哪古膀陆乞陆乞哪芳灌锅铡险渥铡灌渥锅瞬京夏曦蝴揶布曼氮陆屋蝴区颚蔫侯篷眬造塘耳古奴援眠托铡王臀托亦刘耒嵩枱攀择漠妧托蔫时鸥氮蝴椰蝴氮楠渥馈八渥昆渥巴渥潭俩猩渥潭璇挤伸区颚膝古篷丐古眠虹泠古跻瑄惫兢妈氮王渥飒疫飒怨篷飒煌零充渥蔫攻蔫氮团耳杳奴眠委托妧托氮螂氮, 得分: 30

yeyupiaoling commented 2 years ago

你要把里面解压的文件全部覆盖你原来的文件。然后重新导出模型。

你也可以下载一下其他模型试一下。

njuxdj commented 2 years ago

我是这样导出模型的,中间有些警告,最后提示导出成功了。 root@bogon:~/下载/PaddlePaddle-DeepSpeech-master# python3 export_model.py --resume_model=../DeepSpeech_free_st_chinese_mandarin_corpus/models/param/50.pdparams --use_gpu=False /usr/lib/python3/dist-packages/socks.py:58: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working from collections import Callable /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:311: UserWarning: You are using GPU version Paddle, but your CUDA device is not set properly. CPU device will be used by default. warnings.warn( /usr/local/lib/python3.8/dist-packages/librosa/core/constantq.py:1058: DeprecationWarning: np.complex is a deprecated alias for the builtin complex. To silence this warning, use complex by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use np.complex128 here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations dtype=np.complex, /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5841: UserWarning: Skip loading for 'fc_6.w_0'. fc_6.w_0 expected a shape [2048, 4330], but the received shape is [2048, 4241]. warnings.warn( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5841: UserWarning: Skip loading for 'fc_6.b_0'. fc_6.b_0 expected a shape [4330], but the received shape is [4241]. warnings.warn( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_0.b_0_moment1_0'. Because 'batch_norm_0.b_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_0.b_0_moment2_0'. Because 'batch_norm_0.b_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_0.b_0_beta1_pow_acc_0'. Because 'batch_norm_0.b_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_0.b_0_beta2_pow_acc_0'. Because 'batch_norm_0.b_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_0.w_0_moment1_0'. Because 'batch_norm_0.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_0.w_0_moment2_0'. Because 'batch_norm_0.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_0.w_0_beta1_pow_acc_0'. Because 'batch_norm_0.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_0.w_0_beta2_pow_acc_0'. Because 'batch_norm_0.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_1.b_0_moment1_0'. Because 'batch_norm_1.b_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_1.b_0_moment2_0'. Because 'batch_norm_1.b_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_1.b_0_beta1_pow_acc_0'. Because 'batch_norm_1.b_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_1.b_0_beta2_pow_acc_0'. Because 'batch_norm_1.b_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_1.w_0_moment1_0'. Because 'batch_norm_1.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_1.w_0_moment2_0'. Because 'batch_norm_1.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_1.w_0_beta1_pow_acc_0'. Because 'batch_norm_1.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_1.w_0_beta2_pow_acc_0'. Because 'batch_norm_1.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_2.b_0_moment1_0'. Because 'batch_norm_2.b_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_2.b_0_moment2_0'. Because 'batch_norm_2.b_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_2.b_0_beta1_pow_acc_0'. Because 'batch_norm_2.b_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_2.b_0_beta2_pow_acc_0'. Because 'batch_norm_2.b_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_2.w_0_moment1_0'. Because 'batch_norm_2.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_2.w_0_moment2_0'. Because 'batch_norm_2.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_2.w_0_beta1_pow_acc_0'. Because 'batch_norm_2.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_2.w_0_beta2_pow_acc_0'. Because 'batch_norm_2.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_3.b_0_moment1_0'. Because 'batch_norm_3.b_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_3.b_0_moment2_0'. Because 'batch_norm_3.b_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_3.b_0_beta1_pow_acc_0'. Because 'batch_norm_3.b_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_3.b_0_beta2_pow_acc_0'. Because 'batch_norm_3.b_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_3.w_0_moment1_0'. Because 'batch_norm_3.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_3.w_0_moment2_0'. Because 'batch_norm_3.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_3.w_0_beta1_pow_acc_0'. Because 'batch_norm_3.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_3.w_0_beta2_pow_acc_0'. Because 'batch_norm_3.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_4.b_0_moment1_0'. Because 'batch_norm_4.b_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_4.b_0_moment2_0'. Because 'batch_norm_4.b_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_4.b_0_beta1_pow_acc_0'. Because 'batch_norm_4.b_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_4.b_0_beta2_pow_acc_0'. Because 'batch_norm_4.b_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_4.w_0_moment1_0'. Because 'batch_norm_4.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_4.w_0_moment2_0'. Because 'batch_norm_4.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_4.w_0_beta1_pow_acc_0'. Because 'batch_norm_4.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_4.w_0_beta2_pow_acc_0'. Because 'batch_norm_4.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_5.b_0_moment1_0'. Because 'batch_norm_5.b_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_5.b_0_moment2_0'. Because 'batch_norm_5.b_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_5.b_0_beta1_pow_acc_0'. Because 'batch_norm_5.b_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_5.b_0_beta2_pow_acc_0'. Because 'batch_norm_5.b_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_5.w_0_moment1_0'. Because 'batch_norm_5.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_5.w_0_moment2_0'. Because 'batch_norm_5.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_5.w_0_beta1_pow_acc_0'. Because 'batch_norm_5.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_5.w_0_beta2_pow_acc_0'. Because 'batch_norm_5.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_6.b_0_moment1_0'. Because 'batch_norm_6.b_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_6.b_0_moment2_0'. Because 'batch_norm_6.b_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_6.b_0_beta1_pow_acc_0'. Because 'batch_norm_6.b_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_6.b_0_beta2_pow_acc_0'. Because 'batch_norm_6.b_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_6.w_0_moment1_0'. Because 'batch_norm_6.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_6.w_0_moment2_0'. Because 'batch_norm_6.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_6.w_0_beta1_pow_acc_0'. Because 'batch_norm_6.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_6.w_0_beta2_pow_acc_0'. Because 'batch_norm_6.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_7.b_0_moment1_0'. Because 'batch_norm_7.b_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_7.b_0_moment2_0'. Because 'batch_norm_7.b_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_7.b_0_beta1_pow_acc_0'. Because 'batch_norm_7.b_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_7.b_0_beta2_pow_acc_0'. Because 'batch_norm_7.b_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_7.w_0_moment1_0'. Because 'batch_norm_7.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_7.w_0_moment2_0'. Because 'batch_norm_7.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_7.w_0_beta1_pow_acc_0'. Because 'batch_norm_7.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'batch_norm_7.w_0_beta2_pow_acc_0'. Because 'batch_norm_7.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'conv2d_0.w_0_moment1_0'. Because 'conv2d_0.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'conv2d_0.w_0_moment2_0'. Because 'conv2d_0.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'conv2d_0.w_0_beta1_pow_acc_0'. Because 'conv2d_0.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'conv2d_0.w_0_beta2_pow_acc_0'. Because 'conv2d_0.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'conv2d_1.w_0_moment1_0'. Because 'conv2d_1.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'conv2d_1.w_0_moment2_0'. Because 'conv2d_1.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'conv2d_1.w_0_beta1_pow_acc_0'. Because 'conv2d_1.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'conv2d_1.w_0_beta2_pow_acc_0'. Because 'conv2d_1.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_0.b_0_moment1_0'. Because 'fc_0.b_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_0.b_0_moment2_0'. Because 'fc_0.b_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_0.b_0_beta1_pow_acc_0'. Because 'fc_0.b_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_0.b_0_beta2_pow_acc_0'. Because 'fc_0.b_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_0.w_0_moment1_0'. Because 'fc_0.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_0.w_0_moment2_0'. Because 'fc_0.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_0.w_0_beta1_pow_acc_0'. Because 'fc_0.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_0.w_0_beta2_pow_acc_0'. Because 'fc_0.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_1.b_0_moment1_0'. Because 'fc_1.b_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_1.b_0_moment2_0'. Because 'fc_1.b_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_1.b_0_beta1_pow_acc_0'. Because 'fc_1.b_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_1.b_0_beta2_pow_acc_0'. Because 'fc_1.b_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_1.w_0_moment1_0'. Because 'fc_1.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_1.w_0_moment2_0'. Because 'fc_1.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_1.w_0_beta1_pow_acc_0'. Because 'fc_1.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_1.w_0_beta2_pow_acc_0'. Because 'fc_1.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_2.b_0_moment1_0'. Because 'fc_2.b_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_2.b_0_moment2_0'. Because 'fc_2.b_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_2.b_0_beta1_pow_acc_0'. Because 'fc_2.b_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_2.b_0_beta2_pow_acc_0'. Because 'fc_2.b_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_2.w_0_moment1_0'. Because 'fc_2.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_2.w_0_moment2_0'. Because 'fc_2.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_2.w_0_beta1_pow_acc_0'. Because 'fc_2.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_2.w_0_beta2_pow_acc_0'. Because 'fc_2.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_3.b_0_moment1_0'. Because 'fc_3.b_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_3.b_0_moment2_0'. Because 'fc_3.b_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_3.b_0_beta1_pow_acc_0'. Because 'fc_3.b_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_3.b_0_beta2_pow_acc_0'. Because 'fc_3.b_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_3.w_0_moment1_0'. Because 'fc_3.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_3.w_0_moment2_0'. Because 'fc_3.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_3.w_0_beta1_pow_acc_0'. Because 'fc_3.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_3.w_0_beta2_pow_acc_0'. Because 'fc_3.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_4.b_0_moment1_0'. Because 'fc_4.b_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_4.b_0_moment2_0'. Because 'fc_4.b_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_4.b_0_beta1_pow_acc_0'. Because 'fc_4.b_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_4.b_0_beta2_pow_acc_0'. Because 'fc_4.b_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_4.w_0_moment1_0'. Because 'fc_4.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_4.w_0_moment2_0'. Because 'fc_4.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_4.w_0_beta1_pow_acc_0'. Because 'fc_4.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_4.w_0_beta2_pow_acc_0'. Because 'fc_4.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_5.b_0_moment1_0'. Because 'fc_5.b_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_5.b_0_moment2_0'. Because 'fc_5.b_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_5.b_0_beta1_pow_acc_0'. Because 'fc_5.b_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_5.b_0_beta2_pow_acc_0'. Because 'fc_5.b_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_5.w_0_moment1_0'. Because 'fc_5.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_5.w_0_moment2_0'. Because 'fc_5.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_5.w_0_beta1_pow_acc_0'. Because 'fc_5.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_5.w_0_beta2_pow_acc_0'. Because 'fc_5.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_6.b_0_moment1_0'. Because 'fc_6.b_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_6.b_0_moment2_0'. Because 'fc_6.b_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_6.b_0_beta1_pow_acc_0'. Because 'fc_6.b_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_6.b_0_beta2_pow_acc_0'. Because 'fc_6.b_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_6.w_0_moment1_0'. Because 'fc_6.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_6.w_0_moment2_0'. Because 'fc_6.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_6.w_0_beta1_pow_acc_0'. Because 'fc_6.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'fc_6.w_0_beta2_pow_acc_0'. Because 'fc_6.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_0.b_0_moment1_0'. Because 'gru_0.b_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_0.b_0_moment2_0'. Because 'gru_0.b_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_0.b_0_beta1_pow_acc_0'. Because 'gru_0.b_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_0.b_0_beta2_pow_acc_0'. Because 'gru_0.b_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_0.w_0_moment1_0'. Because 'gru_0.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_0.w_0_moment2_0'. Because 'gru_0.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_0.w_0_beta1_pow_acc_0'. Because 'gru_0.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_0.w_0_beta2_pow_acc_0'. Because 'gru_0.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_1.b_0_moment1_0'. Because 'gru_1.b_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_1.b_0_moment2_0'. Because 'gru_1.b_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_1.b_0_beta1_pow_acc_0'. Because 'gru_1.b_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_1.b_0_beta2_pow_acc_0'. Because 'gru_1.b_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_1.w_0_moment1_0'. Because 'gru_1.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_1.w_0_moment2_0'. Because 'gru_1.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_1.w_0_beta1_pow_acc_0'. Because 'gru_1.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_1.w_0_beta2_pow_acc_0'. Because 'gru_1.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_2.b_0_moment1_0'. Because 'gru_2.b_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_2.b_0_moment2_0'. Because 'gru_2.b_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_2.b_0_beta1_pow_acc_0'. Because 'gru_2.b_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_2.b_0_beta2_pow_acc_0'. Because 'gru_2.b_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_2.w_0_moment1_0'. Because 'gru_2.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_2.w_0_moment2_0'. Because 'gru_2.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_2.w_0_beta1_pow_acc_0'. Because 'gru_2.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_2.w_0_beta2_pow_acc_0'. Because 'gru_2.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_3.b_0_moment1_0'. Because 'gru_3.b_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_3.b_0_moment2_0'. Because 'gru_3.b_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_3.b_0_beta1_pow_acc_0'. Because 'gru_3.b_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_3.b_0_beta2_pow_acc_0'. Because 'gru_3.b_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_3.w_0_moment1_0'. Because 'gru_3.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_3.w_0_moment2_0'. Because 'gru_3.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_3.w_0_beta1_pow_acc_0'. Because 'gru_3.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_3.w_0_beta2_pow_acc_0'. Because 'gru_3.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_4.b_0_moment1_0'. Because 'gru_4.b_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_4.b_0_moment2_0'. Because 'gru_4.b_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_4.b_0_beta1_pow_acc_0'. Because 'gru_4.b_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_4.b_0_beta2_pow_acc_0'. Because 'gru_4.b_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_4.w_0_moment1_0'. Because 'gru_4.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_4.w_0_moment2_0'. Because 'gru_4.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_4.w_0_beta1_pow_acc_0'. Because 'gru_4.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_4.w_0_beta2_pow_acc_0'. Because 'gru_4.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_5.b_0_moment1_0'. Because 'gru_5.b_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_5.b_0_moment2_0'. Because 'gru_5.b_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_5.b_0_beta1_pow_acc_0'. Because 'gru_5.b_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_5.b_0_beta2_pow_acc_0'. Because 'gru_5.b_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_5.w_0_moment1_0'. Because 'gru_5.w_0_moment1_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_5.w_0_moment2_0'. Because 'gru_5.w_0_moment2_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_5.w_0_beta1_pow_acc_0'. Because 'gru_5.w_0_beta1_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'gru_5.w_0_beta2_pow_acc_0'. Because 'gru_5.w_0_beta2_pow_acc_0' not in the program. warnings.warn(( /usr/local/lib/python3.8/dist-packages/paddle/fluid/framework.py:5847: UserWarning: Skip loading for 'learning_rate_0'. Because 'learning_rate_0' not in the program. warnings.warn(( [2022-02-14 22:07:04.795909] 成功加载模型:../DeepSpeech_free_st_chinese_mandarin_corpus/models/param/50.pdparams 成功导出模型,模型保存在:./models/infer/

njuxdj commented 2 years ago

可以识别了,用dataset目录下的test.wav 能正确识别。 我自己录了一段语音,本地识别的效果比较差,在线demo识别的就很准确,https://ppasr.yeyupiaoling.cn/。 想请问下大佬,在线demo用的模型可否开源啊。 还想请问下大佬是否有语种识别的开源项目。

yeyupiaoling commented 2 years ago

那个大数据模型就是。你可以去下载。语种没有做。