Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
8b63485c
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,发现更多精彩内容 >>
提交
8b63485c
编写于
1月 04, 2022
作者:
H
huangyuxin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix some bug, test=asr
上级
3e2cc898
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
6 addition
and
47 deletion
+6
-47
examples/csmsc/voc5/README.md
examples/csmsc/voc5/README.md
+2
-2
examples/ted_en_zh/st1/local/test.sh
examples/ted_en_zh/st1/local/test.sh
+1
-1
examples/ted_en_zh/st1/run.sh
examples/ted_en_zh/st1/run.sh
+3
-3
paddlespeech/s2t/exps/u2/config.py
paddlespeech/s2t/exps/u2/config.py
+0
-41
未找到文件。
examples/csmsc/voc5/README.md
浏览文件 @
8b63485c
...
@@ -125,8 +125,8 @@ HiFiGAN checkpoint contains files listed below.
...
@@ -125,8 +125,8 @@ HiFiGAN checkpoint contains files listed below.
```
text
```
text
hifigan_csmsc_ckpt_0.1.1
hifigan_csmsc_ckpt_0.1.1
├── default.yaml # default config used to train hifigan
├── default.yaml # default config used to train hifigan
├── feats_stats.npy #
generator parameters of
hifigan
├── feats_stats.npy #
statistics used to normalize spectrogram when training
hifigan
└── snapshot_iter_2500000.pdz #
statistics used to normalize spectrogram when training
hifigan
└── snapshot_iter_2500000.pdz #
generator parameters of
hifigan
```
```
## Acknowledgement
## Acknowledgement
...
...
examples/ted_en_zh/st1/local/test.sh
浏览文件 @
8b63485c
...
@@ -20,7 +20,7 @@ for type in fullsentence; do
...
@@ -20,7 +20,7 @@ for type in fullsentence; do
--decode_cfg
${
decode_config_path
}
\
--decode_cfg
${
decode_config_path
}
\
--result_file
${
ckpt_prefix
}
.
${
type
}
.rsl
\
--result_file
${
ckpt_prefix
}
.
${
type
}
.rsl
\
--checkpoint_path
${
ckpt_prefix
}
\
--checkpoint_path
${
ckpt_prefix
}
\
--opts
decod
ing
.decoding_method
${
type
}
\
--opts
decod
e
.decoding_method
${
type
}
\
if
[
$?
-ne
0
]
;
then
if
[
$?
-ne
0
]
;
then
echo
"Failed in evaluation!"
echo
"Failed in evaluation!"
...
...
examples/ted_en_zh/st1/run.sh
浏览文件 @
8b63485c
...
@@ -28,7 +28,7 @@ if [ ${stage} -le 1 ] && [ ${stop_stage} -ge 1 ]; then
...
@@ -28,7 +28,7 @@ if [ ${stage} -le 1 ] && [ ${stop_stage} -ge 1 ]; then
if
[
-n
"
${
ckpt_path
}
"
]
;
then
if
[
-n
"
${
ckpt_path
}
"
]
;
then
echo
"Finetune from Pretrained Model"
${
ckpt_path
}
echo
"Finetune from Pretrained Model"
${
ckpt_path
}
./local/download_pretrain.sh
||
exit
-1
./local/download_pretrain.sh
||
exit
-1
fi
fi
CUDA_VISIBLE_DEVICES
=
${
gpus
}
./local/train.sh
${
conf_path
}
${
ckpt
}
"
${
ckpt_path
}
"
CUDA_VISIBLE_DEVICES
=
${
gpus
}
./local/train.sh
${
conf_path
}
${
ckpt
}
"
${
ckpt_path
}
"
fi
fi
...
@@ -39,5 +39,5 @@ fi
...
@@ -39,5 +39,5 @@ fi
if
[
${
stage
}
-le
3
]
&&
[
${
stop_stage
}
-ge
3
]
;
then
if
[
${
stage
}
-le
3
]
&&
[
${
stop_stage
}
-ge
3
]
;
then
# test ckpt avg_n
# test ckpt avg_n
CUDA_VISIBLE_DEVICES
=
0 ./local/test.sh
${
conf_path
}
${
decode_conf_pat
}
exp/
${
ckpt
}
/checkpoints/
${
avg_ckpt
}
||
exit
-1
CUDA_VISIBLE_DEVICES
=
0 ./local/test.sh
${
conf_path
}
${
decode_conf_path
}
exp/
${
ckpt
}
/checkpoints/
${
avg_ckpt
}
||
exit
-1
fi
fi
\ No newline at end of file
paddlespeech/s2t/exps/u2/config.py
已删除
100644 → 0
浏览文件 @
3e2cc898
# Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from
yacs.config
import
CfgNode
from
paddlespeech.s2t.exps.u2.model
import
U2Tester
from
paddlespeech.s2t.exps.u2.model
import
U2Trainer
from
paddlespeech.s2t.io.collator
import
SpeechCollator
from
paddlespeech.s2t.io.dataset
import
ManifestDataset
from
paddlespeech.s2t.models.u2
import
U2Model
_C
=
CfgNode
(
new_allowed
=
True
)
# ManifestDataset.params(_C)
# SpeechCollator.params(_C)
# U2Model.params(_C)
# U2Trainer.params(_C)
# _C.decode = U2Tester.params()
def
get_cfg_defaults
():
"""Get a yacs CfgNode object with default values for my_project."""
# Return a clone so that the defaults will not be altered
# This is for the "local variable" use pattern
config
=
_C
.
clone
()
config
.
set_new_allowed
(
True
)
return
config
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录