【问题标题】:How to check the number of parameters in Mozilla's DeepSpeech model?如何查看 Mozilla 的 DeepSpeech 模型中的参数数量?
【发布时间】:2021-02-15 03:52:04
【问题描述】:

我没有找到一种简单的方法来打印模型中有多少参数,并且在发行说明中打印它的提议没有得到热烈的欢迎:

https://github.com/mozilla/DeepSpeech/issues/344
https://github.com/mozilla/DeepSpeech/issues/3392

DeepSpeech 0.8.2 和 0.9.0 模型中有多少参数?

PS:thread on discourse.mozilla

【问题讨论】:

  • 来自上面的话语链接:“英文模型有47224861个参数,0.9.0中文模型有47689984个参数。”

标签: mozilla-deepspeech


【解决方案1】:

很好的问题,但仅供参考,因为很多人会先看答案:

英文模型有47224861个参数,0.9.0中文模型有47689984个参数。

在此基础上,DeepSpeech 最好通过 n_hidden 值来衡量,该值表示模型的层宽和训练小时数。

通常,您可以在他们的Discourse 上获得更快更好的 DeepSpeech 答案。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2019-11-28
    • 2020-06-14
    • 1970-01-01
    • 2013-02-13
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-05-08
    相关资源
    最近更新 更多