Commit Graph

279 Commits

Author SHA1 Message Date
ailemon c9868ff3ac 删除不需要的旧文件 2022-04-27 21:41:22 +08:00
ailemon b37e0e5968 feat: ngram语言模型流式解码实现 2022-04-26 21:12:27 +08:00
ailemon 5501b77925 修改默认配置文件 2022-04-19 22:23:49 +08:00
ailemon ed0e927853 feat: 为python的generator包装一个线程安全的生成器 2022-04-18 14:48:44 +08:00
ailemon edbf9acc2c docs: update readme 2022-04-06 13:01:39 +08:00
ailemon 5eb15b0c3a 移除旧版API接口 2022-03-28 20:33:09 +08:00
ailemon 087f51f8b4 feat: 切换默认声学模型到m251bn 2022-03-27 21:47:12 +08:00
ailemon f19b20702b docs & ci: 更新相关信息 2022-03-26 23:18:10 +08:00
nl 400d6596ba ci: update Dockerfile 2022-03-22 20:58:02 +08:00
nl b84f49a87d docs: update readme 2022-03-21 23:10:55 +08:00
nl 08a63f92c7 feat: 更新Dockerfile为新版接口 2022-03-21 22:13:56 +08:00
nl 48ff4ef7a6 docs: update readme 2022-03-20 14:03:24 +08:00
nl 8e6a1bf0d8 feat: 添加SpeechModel251BN模型 2022-03-16 14:31:16 +08:00
nl 94b681fefc fix: 修复加载相同索引的数据的问题 2022-03-13 11:04:00 +08:00
nl e5edcad9d7 Merge branch 'master' of github.com:nl8590687/ASRT_SpeechRecognition 2022-03-08 21:32:55 +08:00
nl e4eb2d2559 docs: update readme 2022-03-08 21:32:38 +08:00
nl8590687 66ceaeb428
Merge pull request #270 from nl8590687/dependabot/pip/tensorflow-gpu-2.5.3
build(deps): bump tensorflow-gpu from 2.5.2 to 2.5.3
2022-03-08 15:20:54 +08:00
nl8590687 7ab357c23b
Merge pull request #271 from nl8590687/dependabot/pip/protobuf-3.15.0
build(deps): bump protobuf from 3.10.0 to 3.15.0
2022-03-08 15:20:27 +08:00
nl e14b2f03e8 docs: 更新readme文档 2022-03-07 22:05:48 +08:00
nl 914b9c398f fix: 修复声学模型reshape过程中维度硬编码问题 2022-03-05 21:14:17 +08:00
nl 555440644b feat: 为Logfbank特征增加可配置的滤波器数参数 2022-03-05 19:09:28 +08:00
nl d4e47597b2 doc: 更新readme内容 2022-02-11 15:33:30 +08:00
dependabot[bot] d0e61744e7
build(deps): bump protobuf from 3.10.0 to 3.15.0
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.10.0 to 3.15.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.10.0...v3.15.0)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 03:35:51 +00:00
dependabot[bot] 3b8e9b8cbd
build(deps): bump tensorflow-gpu from 2.5.2 to 2.5.3
Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.5.2 to 2.5.3.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.2...v2.5.3)

---
updated-dependencies:
- dependency-name: tensorflow-gpu
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-09 23:59:50 +00:00
nl 6b70ec7836 feat: 实现新的基于http协议API服务接口 2022-02-09 18:52:35 +08:00
nl deb0a57431 docs: 添加docker部署命令 2022-01-07 15:58:39 +08:00
nl af77d3d259 docs: update readme 2021-12-29 20:56:58 +08:00
nl fcf56aa022 ci: 添加Dockerfile 2021-12-29 18:53:22 +08:00
nl d494c1f3e0 fix: 修复bug 2021-12-17 18:05:05 +08:00
nl b355817482 feat: 抽象出删除ctc解码后末尾-1的逻辑,并增加单元测试 2021-12-16 18:12:00 +08:00
nl 68171bbcb6 doc: 更新README文档 2021-12-09 21:24:23 +08:00
nl f2727be430 perf: 修改默认训练的epoch数 2021-12-08 14:50:34 +08:00
nl dd78547199 perf: 改冒泡排序为sorted快排以提升速度 2021-12-05 23:06:11 +08:00
nl 7600170986 feat: 添加下载默认datalist的程序 2021-12-05 01:47:41 +08:00
nl 3e532e8e2a feat: 在配置文件中默认添加数据集到6个 2021-12-04 23:24:54 +08:00
nl fbcac6d5f8 fix: 纠正dict.txt中的错字 2021-12-04 22:15:55 +08:00
nl 84e78340b0 fix: 修复一个会在evaluate部分由于音频过长判断时没有跳出导致死循环的bug 2021-12-03 14:51:44 +08:00
nl dbfc3cded9 test: 添加get_edit_distance的单元测试代码 2021-11-27 21:27:55 +08:00
nl 50ae952cd6 style: 规范代码风格 2021-11-27 20:51:32 +08:00
nl 3fd36cbf13 style: 规范代码风格 2021-11-26 18:27:35 +08:00
nl 12254540eb feat: 移除旧版代码 2021-11-25 19:27:49 +08:00
nl e2adfa2a86 fix: 修复默认加载的文件名问题 2021-11-25 18:00:47 +08:00
nl 6adc664de6 fix: 修复默认加载的文件名问题 2021-11-25 17:45:06 +08:00
nl 4adc8e56e9 doc: 更新readme文档 2021-11-24 15:51:46 +08:00
nl ebd0535961 feat: 移除旧版本中本身已经不用的代码 2021-11-24 15:19:17 +08:00
nl afb4a81961 style: 规范代码风格 2021-11-24 15:11:08 +08:00
nl 5a3197796e fix: 修复24模型bug 2021-11-22 21:53:43 +08:00
nl bff0204b30 feat: 添加24和25模型到model zoo 2021-11-22 21:42:59 +08:00
nl 1fba22ee4c style: 修复代码风格 2021-11-21 20:20:26 +08:00
nl 1a94ede098 style: 优化代码风格 2021-11-20 21:43:34 +08:00