Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
a778f160
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看板
未验证
提交
a778f160
编写于
10月 28, 2022
作者:
Z
Zth9730
提交者:
GitHub
10月 28, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update install.md (#2590)
上级
5e91fe03
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
6 addition
and
5 deletion
+6
-5
docs/source/install.md
docs/source/install.md
+5
-4
docs/source/install_cn.md
docs/source/install_cn.md
+1
-1
未找到文件。
docs/source/install.md
浏览文件 @
a778f160
...
@@ -188,10 +188,6 @@ conda activate tools/venv
...
@@ -188,10 +188,6 @@ conda activate tools/venv
conda
install
-y
-c
conda-forge sox libsndfile swig bzip2 libflac bc
conda
install
-y
-c
conda-forge sox libsndfile swig bzip2 libflac bc
```
```
### Install PaddlePaddle
### Install PaddlePaddle
Some users may fail to install
`kaldiio`
due to the default download source, you can install
`pytest-runner`
at first;
```
bash
pip
install
pytest-runner
-i
https://pypi.tuna.tsinghua.edu.cn/simple
```
Make sure you have GPU and the paddlepaddle version is right. For example, for CUDA 10.2, CuDNN7.6 install paddle 2.4rc:
Make sure you have GPU and the paddlepaddle version is right. For example, for CUDA 10.2, CuDNN7.6 install paddle 2.4rc:
```
bash
```
bash
# Note, 2.4rc is just an example, please follow the minimum dependency of paddlepaddle for your selection
# Note, 2.4rc is just an example, please follow the minimum dependency of paddlepaddle for your selection
...
@@ -202,6 +198,11 @@ You can also install the develop version of paddlepaddle. For example, for CUDA
...
@@ -202,6 +198,11 @@ You can also install the develop version of paddlepaddle. For example, for CUDA
python3
-m
pip
install
paddlepaddle-gpu
==
0.0.0.post102
-f
https://www.paddlepaddle.org.cn/whl/linux/gpu/develop.html
python3
-m
pip
install
paddlepaddle-gpu
==
0.0.0.post102
-f
https://www.paddlepaddle.org.cn/whl/linux/gpu/develop.html
```
```
### Install PaddleSpeech in Developing Mode
### Install PaddleSpeech in Developing Mode
Some users may fail to install
`kaldiio`
due to the default download source, you can install
`pytest-runner`
at first:
```
bash
pip
install
pytest-runner
-i
https://pypi.tuna.tsinghua.edu.cn/simple
```
Then install PaddleSpeech:
```
bash
```
bash
pip
install
-e
.[develop]
-i
https://pypi.tuna.tsinghua.edu.cn/simple
pip
install
-e
.[develop]
-i
https://pypi.tuna.tsinghua.edu.cn/simple
```
```
...
...
docs/source/install_cn.md
浏览文件 @
a778f160
...
@@ -182,6 +182,7 @@ conda install -y -c conda-forge sox libsndfile swig bzip2 libflac bc
...
@@ -182,6 +182,7 @@ conda install -y -c conda-forge sox libsndfile swig bzip2 libflac bc
### 安装 PaddlePaddle
### 安装 PaddlePaddle
请确认你系统是否有 GPU,并且使用了正确版本的 paddlepaddle。例如系统使用 CUDA 10.2, CuDNN7.6 ,你可以安装 paddlepaddle-gpu 2.4rc:
请确认你系统是否有 GPU,并且使用了正确版本的 paddlepaddle。例如系统使用 CUDA 10.2, CuDNN7.6 ,你可以安装 paddlepaddle-gpu 2.4rc:
```
bash
```
bash
# 注意:2.4rc 只是一个示例,请按照对paddlepaddle的最小依赖进行选择。
python3
-m
pip
install
paddlepaddle-gpu
==
2.4.0rc0
-i
https://mirror.baidu.com/pypi/simple
python3
-m
pip
install
paddlepaddle-gpu
==
2.4.0rc0
-i
https://mirror.baidu.com/pypi/simple
```
```
你也可以安装 develop 版本的PaddlePaddle. 例如系统使用 CUDA 10.2, CuDNN7.6 ,你可以安装 paddlepaddle-gpu develop:
你也可以安装 develop 版本的PaddlePaddle. 例如系统使用 CUDA 10.2, CuDNN7.6 ,你可以安装 paddlepaddle-gpu develop:
...
@@ -191,7 +192,6 @@ python3 -m pip install paddlepaddle-gpu==0.0.0.post102 -f https://www.paddlepadd
...
@@ -191,7 +192,6 @@ python3 -m pip install paddlepaddle-gpu==0.0.0.post102 -f https://www.paddlepadd
### 用开发者模式安装 PaddleSpeech
### 用开发者模式安装 PaddleSpeech
部分用户系统由于默认源的问题,安装中会出现 kaldiio 安转出错的问题,建议首先安装 pytest-runner:
部分用户系统由于默认源的问题,安装中会出现 kaldiio 安转出错的问题,建议首先安装 pytest-runner:
```
bash
```
bash
# 注意:2.4rc 只是一个示例,请按照对paddlepaddle的最小依赖进行选择。
pip
install
pytest-runner
-i
https://pypi.tuna.tsinghua.edu.cn/simple
pip
install
pytest-runner
-i
https://pypi.tuna.tsinghua.edu.cn/simple
```
```
然后安装 PaddleSpeech:
然后安装 PaddleSpeech:
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录