Commit Graph

300 Commits

Author SHA1 Message Date
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
nl 4ea736a747 feat: 修改测试用客户端 2021-11-20 21:09:09 +08:00
nl 93a536e146 fix: 修改默认文件名问题 2021-11-20 21:00:03 +08:00
nl cbbb8ba99f feat: 切换声学模型模块 2021-11-20 20:32:09 +08:00
nl ccfa9f542a feat: 修改配置文件名 2021-11-20 20:02:42 +08:00
nl 9060632df1 feat: 更新requirements.txt 2021-11-19 00:29:33 +08:00
nl 48d8d01cd2 feat: 训练前shuffle 2021-11-17 19:38:14 +08:00
nl cc5f5dfba9 暂时性屏蔽掉save() 并加上指定的.h5文件后缀 2021-11-16 22:33:34 +08:00
nl 801d2d484c feat: 添加训练评估和预测程序 2021-11-15 19:58:50 +08:00
nl f95df001d7 feat: 实现speech model模板模块 2021-11-13 15:16:11 +08:00
nl 335d48732f feat: 添加语音特征类库 2021-11-12 19:47:19 +08:00
nl 8ad92bf19c feat: 直接导入基础语音特征库 2021-11-12 14:29:48 +08:00
nl 267eb8c771 feat: 新数据加载器实现 2021-11-11 20:54:42 +08:00
nl e659d92660 feat: 添加forward定义 2021-11-11 16:34:45 +08:00
nl8590687 6f534a389b
Merge pull request #263 from nl8590687/dependabot/pip/tensorflow-gpu-2.5.2
Bump tensorflow-gpu from 2.5.1 to 2.5.2
2021-11-11 13:19:10 +08:00
dependabot[bot] a0d56f6591
Bump tensorflow-gpu from 2.5.1 to 2.5.2
Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.5.1 to 2.5.2.
- [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.1...v2.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-10 19:40:52 +00:00
nl 14498d7e32 修改 2021-11-11 00:28:30 +08:00
nl 363dbb2eb9 feat: 添加一个默认的配置文件 2021-11-10 20:09:50 +08:00
nl 6806119172 feat: 修改链接 2021-11-09 21:41:06 +08:00
nl afa7a4201b feat: 提升最低建议版本 2021-11-09 21:37:19 +08:00
nl b97511573a feat: 一些基础功能模块的实现 2021-11-09 21:33:29 +08:00
nl 64cda54d95 feat: 修正定义 2021-11-09 18:32:07 +08:00
nl 26bb12607a feat: 修正定义 2021-11-09 18:31:35 +08:00
nl 958c936de3 feat: 添加model zoo,统一定义模型结构 2021-11-09 17:35:15 +08:00
nl 84ca800d0a Merge branch 'master' of github.com:nl8590687/ASRT_SpeechRecognition 2021-11-03 18:13:30 +08:00
nl 160f7f6eed feat: 解决新版tf中ctc_decode后出现大量-1问题 2021-11-03 18:13:15 +08:00
nl8590687 487e59dc9e
Merge pull request #258 from nl8590687/dependabot/pip/pillow-8.3.2
Bump pillow from 8.2.0 to 8.3.2
2021-11-03 18:02:28 +08:00
nl8590687 63206f41a8
Merge pull request #255 from nl8590687/dependabot/pip/tensorflow-gpu-2.5.1
Bump tensorflow-gpu from 2.4.0 to 2.5.1
2021-11-03 18:00:12 +08:00
nl 05d97c1c83 feat: 独占显卡,不再限制单卡显存占用 2021-11-03 17:58:45 +08:00
dependabot[bot] 843f2f0c8b
Bump pillow from 8.2.0 to 8.3.2
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 8.3.2.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/8.2.0...8.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 03:17:39 +00:00