Commit Graph

261 Commits

Author SHA1 Message Date
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
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
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