Skip to content

  • 体验新版
    • 正在加载...
  • 登录
  • PaddlePaddle
  • DeepSpeech
  • Issue
  • #203

D
DeepSpeech
  • 项目概览

PaddlePaddle / DeepSpeech
大约 2 年 前同步成功

通知 210
Star 8425
Fork 1598
  • 代码
    • 文件
    • 提交
    • 分支
    • Tags
    • 贡献者
    • 分支图
    • Diff
  • Issue 245
    • 列表
    • 看板
    • 标记
    • 里程碑
  • 合并请求 3
  • Wiki 0
    • Wiki
  • 分析
    • 仓库
    • DevOps
  • 项目成员
  • Pages
D
DeepSpeech
  • 项目概览
    • 项目概览
    • 详情
    • 发布
  • 仓库
    • 仓库
    • 文件
    • 提交
    • 分支
    • 标签
    • 贡献者
    • 分支图
    • 比较
  • Issue 245
    • Issue 245
    • 列表
    • 看板
    • 标记
    • 里程碑
  • 合并请求 3
    • 合并请求 3
  • Pages
  • 分析
    • 分析
    • 仓库分析
    • DevOps
  • Wiki 0
    • Wiki
  • 成员
    • 成员
  • 收起侧边栏
  • 动态
  • 分支图
  • 创建新Issue
  • 提交
  • Issue看板
已关闭
开放中
Opened 4月 10, 2018 by saxon_zh@saxon_zhGuest

Aborted when run Aishell example's run_infer_golden.sh

Created by: xuzhaoqing

I cannot finish the baseline of aishell example for the following problem:

root@a6a7c2f6ef28:/DeepSpeech/examples/aishell# sh run_infer_golden.sh ----------- Configuration Arguments ----------- alpha: 2.6 beam_size: 300 beta: 5.0 cutoff_prob: 0.99 cutoff_top_n: 40 decoding_method: ctc_beam_search error_rate_type: cer infer_manifest: data/aishell/manifest.test lang_model_path: models/lm/zh_giga.no_cna_cmn.prune01244.klm mean_std_path: models/aishell/mean_std.npz model_path: models/aishell/params.tar.gz num_conv_layers: 2 num_proc_bsearch: 8 num_rnn_layers: 3 num_samples: 10 rnn_layer_size: 1024 share_rnn_weights: 0 specgram_type: linear trainer_count: 1 use_gpu: 1 use_gru: 1 vocab_path: models/aishell/vocab.txt


I0410 03:30:05.007586 65 Util.cpp:166] commandline: --use_gpu=1 --rnn_use_batch=True --trainer_count=1 [INFO 2018-04-10 03:30:10,774 layers.py:2606] output for conv_0: c = 32, h = 81, w = 54, size = 139968 [INFO 2018-04-10 03:30:10,775 layers.py:3133] output for batch_norm_0: c = 32, h = 81, w = 54, size = 139968 [INFO 2018-04-10 03:30:10,776 layers.py:7224] output for scale_sub_region_0: c = 32, h = 81, w = 54, size = 139968 [INFO 2018-04-10 03:30:10,777 layers.py:2606] output for conv_1: c = 32, h = 41, w = 54, size = 70848 [INFO 2018-04-10 03:30:10,777 layers.py:3133] output for batch_norm_1: c = 32, h = 41, w = 54, size = 70848 [INFO 2018-04-10 03:30:10,778 layers.py:7224] output for scale_sub_region_1: c = 32, h = 41, w = 54, size = 70848 [INFO 2018-04-10 03:30:14,952 model.py:243] begin to initialize the external scorer for decoding terminate called after throwing an instance of 'lm::FormatLoadException' what(): kenlm/lm/binary_format.cc:160 in void* lm::ngram::BinaryFormat::LoadBinary(std::size_t) threw FormatLoadException because `file_size != util::kBadSize && file_size < total_map'. Binary file has size 1087809998 but the headers say it should be at least 2953349384

* Aborted at 1523331015 (unix time) try "date -d @1523331015" if you are using GNU date *

PC: @ 0x0 (unknown)

* SIGABRT (@0x41) received by PID 65 (TID 0x7f7bf9cc6700) from PID 65; stack trace: *

@ 0x7f7bf98a2390 (unknown) @ 0x7f7bf94fc428 gsignal @ 0x7f7bf94fe02a abort @ 0x7f7bea3c484d __gnu_cxx::__verbose_terminate_handler() @ 0x7f7bea3c26b6 (unknown) @ 0x7f7bea3c2701 std::terminate() @ 0x7f7bea3c2919 __cxa_throw @ 0x7f7bdebd565f lm::ngram::BinaryFormat::LoadBinary() @ 0x7f7bdebe0605 lm::ngram::detail::GenericModel<>::GenericModel() @ 0x7f7bdebd73db lm::ngram::LoadVirtual() @ 0x7f7bded08a5f Scorer::load_lm() @ 0x7f7bded0c041 Scorer::setup() @ 0x7f7bded0c13d Scorer::Scorer() @ 0x7f7bdecc6f48 _wrap_new_Scorer @ 0x4c468a PyEval_EvalFrameEx @ 0x4c2765 PyEval_EvalCodeEx @ 0x4de6fe (unknown) @ 0x4b0cb3 PyObject_Call @ 0x4f492e (unknown) @ 0x4b0cb3 PyObject_Call @ 0x4c9faf PyEval_EvalFrameEx @ 0x4c2765 PyEval_EvalCodeEx @ 0x4de6fe (unknown) @ 0x4b0cb3 PyObject_Call @ 0x4f492e (unknown) @ 0x4b0cb3 PyObject_Call @ 0x4f46a7 (unknown) @ 0x4b670c (unknown) @ 0x4b0cb3 PyObject_Call @ 0x4c9faf PyEval_EvalFrameEx @ 0x4c2765 PyEval_EvalCodeEx @ 0x4ca8d1 PyEval_EvalFrameEx Aborted (core dumped) Failed in inference!

and I'm running in the docker. Could you please help me solve it?

指派人
分配到
无
里程碑
无
分配里程碑
工时统计
无
截止日期
无
标识: paddlepaddle/DeepSpeech#203
渝ICP备2023009037号

京公网安备11010502055752号

网络110报警服务 Powered by GitLab CE v13.7
开源知识
Git 入门 Pro Git 电子书 在线学 Git
Markdown 基础入门 IT 技术知识开源图谱
帮助
使用手册 反馈建议 博客
《GitCode 隐私声明》 《GitCode 服务条款》 关于GitCode
Powered by GitLab CE v13.7