Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
a9b5005c
D
DeepSpeech
项目概览
PaddlePaddle
/
DeepSpeech
大约 1 年 前同步成功
通知
207
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看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
a9b5005c
编写于
1月 07, 2022
作者:
J
Jackwaterveg
提交者:
GitHub
1月 07, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update install.md, test=doc_fix
上级
ed400357
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
15 addition
and
1 deletion
+15
-1
docs/source/install_cn.md
docs/source/install_cn.md
+15
-1
未找到文件。
docs/source/install_cn.md
浏览文件 @
a9b5005c
...
...
@@ -49,12 +49,19 @@ sudo apt install build-essential
conda
install
-y
-c
gcc_linux-64
=
8.4.0 gxx_linux-64
=
8.4.0
```
### 安装 PaddleSpeech
你可以使用如下命令:
部分用户系统由于默认源的问题,安装中会出现kaldiio安转出错的问题,建议首先安装pytest-runner:
```
bash
pip
install
pytest-runner
-i
https://pypi.tuna.tsinghua.edu.cn/simple
```
然后你可以使用如下命令:
```
bash
pip
install
paddlepaddle
-i
https://mirror.baidu.com/pypi/simple
pip
install
paddlespeech
-i
https://pypi.tuna.tsinghua.edu.cn/simple
```
> 如果您在使用 paddlespeech 的过程中遇到关于下载 **nltk_data** 的问题,可能是您的网络不佳,我们建议您下载我们提供的 [nltk_data](https://paddlespeech.bj.bcebos.com/Parakeet/tools/nltk_data.tar.gz) 并解压缩到您的 `${HOME}` 目录下。
> 如果出现 paddlespeech-ctcdecoders 无法安装的问题,无须担心,这不影响使用。
## 中等: 获取主要功能(支持 Linux)
如果你想要使用
`paddlespeech`
的主要功能。你需要完成以下几个步骤
### Git clone PaddleSpeech
...
...
@@ -111,6 +118,8 @@ python3 -m pip install paddlepaddle-gpu==2.2.0 -i https://mirror.baidu.com/pypi/
### 安装 PaddleSpeech
最后安装
`paddlespeech`
,这样你就可以使用
`paddlespeech`
中已有的 examples:
```
bash
# 部分用户系统由于默认源的问题,安装中会出现kaldiio安转出错的问题,建议首先安装pytest-runner:
pip
install
pytest-runner
-i
https://pypi.tuna.tsinghua.edu.cn/simple
# 请确保目前处于PaddleSpeech项目的根目录
pip
install
.
-i
https://pypi.tuna.tsinghua.edu.cn/simple
```
...
...
@@ -176,6 +185,11 @@ conda install -y -c conda-forge sox libsndfile swig bzip2 libflac bc
python3
-m
pip
install
paddlepaddle-gpu
==
2.2.0
-i
https://mirror.baidu.com/pypi/simple
```
### 用开发者模式安装 PaddleSpeech
部分用户系统由于默认源的问题,安装中会出现kaldiio安转出错的问题,建议首先安装pytest-runner:
```
bash
pip
install
pytest-runner
-i
https://pypi.tuna.tsinghua.edu.cn/simple
```
然后安装 PaddleSpeech:
```
bash
pip
install
-e
.[develop]
-i
https://pypi.tuna.tsinghua.edu.cn/simple
```
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录