- 授权协议: BSD
- 开发语言: Lua
- 操作系统: 跨平台
- 软件首页: https://github.com/facebookresearch/wav2letter
- 软件文档: https://github.com/facebookresearch/wav2letter
- 官方下载: https://github.com/facebookresearch/wav2letter
软件介绍
wav2letter 是 Facebook AI 研究院开源的一款简单高效的端到端自动语音识别(ASR)系统,实现的是论文 Wav2Letter: an End-to-End ConvNet-based Speech Recognition System 和及 Letter-Based Speech Recognition with Gated ConvNets 中提出的架构。
Papers
@article{collobert:2016,
author = {Ronan Collobert and Christian Puhrsch and Gabriel Synnaeve},
title = {Wav2Letter: an End-to-End ConvNet-based Speech Recognition System},
journal = {CoRR},
volume = {abs/1609.03193},
year = {2016},
url = {http://arxiv.org/abs/1609.03193},
}和
@article{liptchinsky:2017,
author = {Vitaliy Liptchinsky and Gabriel Synnaeve and Ronan Collobert},
title = {Letter-Based Speech Recognition with Gated ConvNets},
journal = {CoRR},
volume = {abs/1712.09444},
year = {2017},
url = {http://arxiv.org/abs/1712.09444},
}如果你使用 wav2letter 或相关的预训练模型,需引用其中的一篇论文。
Linux 系统编程(第二版)
Robert Love / 东南大学出版社 / 2014-1-1 / 78
如何编写那些直接依赖于Linux内核和核心系统库提供的服务的软件?通过《Linux系统编程(第2版)(影印版)》,Linux内核参与者RobertLove(洛夫)为你提供了Linux系统编程方面的教程,Linux系统调用的参考手册,以及对于如何编写更聪明和更快的代码的来自内部人士的建议。Love清晰地指出了POSIX标准函数和Linux特别提供服务之间的差异。通过关于多线程的新章节,这本修订和扩展......一起来看看 《Linux 系统编程(第二版)》 这本书的介绍吧!
