Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
07c0d7d7
D
DeepSpeech
项目概览
PaddlePaddle
/
DeepSpeech
大约 2 年 前同步成功
通知
210
Star
8425
Fork
1598
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
245
列表
看板
标记
里程碑
合并请求
3
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
DeepSpeech
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
245
Issue
245
列表
看板
标记
里程碑
合并请求
3
合并请求
3
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
07c0d7d7
编写于
5月 25, 2022
作者:
X
xiongxinlei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
remove old vector model info, test=doc
上级
be8a78a9
变更
4
显示空白变更内容
内联
并排
Showing
4 changed file
with
12 addition
and
4 deletion
+12
-4
demos/audio_content_search/README.md
demos/audio_content_search/README.md
+6
-1
demos/audio_content_search/README_cn.md
demos/audio_content_search/README_cn.md
+5
-1
demos/speech_server/README_cn.md
demos/speech_server/README_cn.md
+1
-1
examples/voxceleb/sv0/RESULT.md
examples/voxceleb/sv0/RESULT.md
+0
-1
未找到文件。
demos/audio_content_search/README.md
浏览文件 @
07c0d7d7
...
...
@@ -16,7 +16,12 @@ see [installation](https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/doc
You can choose one way from meduim and hard to install paddlespeech.
The dependency refers to the requirements.txt
The dependency refers to the requirements.txt, and install the dependency as follows:
```
pip install -r requriement.txt
```
### 2. Prepare Input File
The input of this demo should be a WAV file(
`.wav`
), and the sample rate must be the same as the model.
...
...
demos/audio_content_search/README_cn.md
浏览文件 @
07c0d7d7
...
...
@@ -16,7 +16,11 @@
请看
[
安装文档
](
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install_cn.md
)
。
你可以从 medium,hard 三中方式中选择一种方式安装。
依赖参见 requirements.txt
依赖参见 requirements.txt, 安装依赖
```
pip install -r requriement.txt
```
### 2. 准备输入
这个 demo 的输入应该是一个 WAV 文件(
`.wav`
),并且采样率必须与模型的采样率相同。
...
...
demos/speech_server/README_cn.md
浏览文件 @
07c0d7d7
...
...
@@ -352,7 +352,7 @@ wget -c https://paddlespeech.bj.bcebos.com/PaddleAudio/zh.wav https://paddlespee
enroll_audio
=
"85236145389.wav"
,
test_audio
=
"123456789.wav"
,
server_ip
=
"127.0.0.1"
,
port
=
8
7
90
,
port
=
8
0
90
,
task
=
"score"
)
print
(
res
)
```
...
...
examples/voxceleb/sv0/RESULT.md
浏览文件 @
07c0d7d7
...
...
@@ -4,5 +4,4 @@
| Model | Number of Params | Release | Config | dim | Test set | Cosine | Cosine + S-Norm |
| --- | --- | --- | --- | --- | --- | --- | ---- |
| ECAPA-TDNN | 85M | 0.2.0 | conf/ecapa_tdnn.yaml |192 | test | 1.02 | 0.95 |
| ECAPA-TDNN | 85M | 0.2.1 | conf/ecapa_tdnn.yaml | 192 | test | 0.8188 | 0.7815|
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录