Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Parakeet
提交
c8482a07
P
Parakeet
项目概览
PaddlePaddle
/
Parakeet
通知
11
Star
3
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
19
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Parakeet
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
19
Issue
19
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
c8482a07
编写于
2月 13, 2020
作者:
L
lifuchen
提交者:
liuyibing01
2月 16, 2020
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add shell files.
上级
bcadeb94
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
106 addition
and
0 deletion
+106
-0
examples/fastspeech/synthesis.sh
examples/fastspeech/synthesis.sh
+14
-0
examples/fastspeech/train.sh
examples/fastspeech/train.sh
+25
-0
examples/transformer_tts/synthesis.sh
examples/transformer_tts/synthesis.sh
+18
-0
examples/transformer_tts/train_transformer.sh
examples/transformer_tts/train_transformer.sh
+25
-0
examples/transformer_tts/train_vocoder.sh
examples/transformer_tts/train_vocoder.sh
+24
-0
未找到文件。
examples/fastspeech/synthesis.sh
0 → 100644
浏览文件 @
c8482a07
# train model
python
-u
synthesis.py
\
--use_gpu
=
1
\
--alpha
=
1.0
\
--checkpoint_path
=
'checkpoint/'
\
--fastspeech_step
=
71000
\
--log_dir
=
'./log'
\
if
[
$?
-ne
0
]
;
then
echo
"Failed in synthesis!"
exit
1
fi
exit
0
\ No newline at end of file
examples/fastspeech/train.sh
0 → 100644
浏览文件 @
c8482a07
# train model
# if you wish to resume from an exists model, uncomment --checkpoint_path and --fastspeech_step
#CUDA_VISIBLE_DEVICES=0,1,2,3 \
python
-u
train.py
\
--batch_size
=
32
\
--epochs
=
10000
\
--lr
=
0.001
\
--save_step
=
500
\
--use_gpu
=
1
\
--use_data_parallel
=
0
\
--data_path
=
'../../dataset/LJSpeech-1.1'
\
--transtts_path
=
'../transformer_tts/checkpoint'
\
--transformer_step
=
160000
\
--save_path
=
'./checkpoint'
\
--log_dir
=
'./log'
\
--config_path
=
'config/fastspeech.yaml'
\
#--checkpoint_path='./checkpoint' \
#--fastspeech_step=97000 \
if
[
$?
-ne
0
]
;
then
echo
"Failed in training!"
exit
1
fi
exit
0
\ No newline at end of file
examples/transformer_tts/synthesis.sh
0 → 100644
浏览文件 @
c8482a07
# train model
#CUDA_VISIBLE_DEVICES=0,1,2,3 \
python
-u
synthesis.py
\
--max_len
=
50
\
--transformer_step
=
160000
\
--postnet_step
=
70000
\
--use_gpu
=
1
--checkpoint_path
=
'./checkpoint'
\
--log_dir
=
'./log'
\
--sample_path
=
'./sample'
\
--config_path
=
'config/synthesis.yaml'
\
if
[
$?
-ne
0
]
;
then
echo
"Failed in training!"
exit
1
fi
exit
0
\ No newline at end of file
examples/transformer_tts/train_transformer.sh
0 → 100644
浏览文件 @
c8482a07
# train model
# if you wish to resume from an exists model, uncomment --checkpoint_path and --transformer_step
#CUDA_VISIBLE_DEVICES=0,1,2,3 \
python
-u
train_transformer.py
\
--batch_size
=
32
\
--epochs
=
10000
\
--lr
=
0.001
\
--save_step
=
1000
\
--image_step
=
2000
\
--use_gpu
=
1
\
--use_data_parallel
=
0
\
--stop_token
=
0
\
--data_path
=
'../../dataset/LJSpeech-1.1'
\
--save_path
=
'./checkpoint'
\
--log_dir
=
'./log'
\
--config_path
=
'config/train_transformer.yaml'
\
#--checkpoint_path='./checkpoint' \
#--transformer_step=160000 \
if
[
$?
-ne
0
]
;
then
echo
"Failed in training!"
exit
1
fi
exit
0
\ No newline at end of file
examples/transformer_tts/train_vocoder.sh
0 → 100644
浏览文件 @
c8482a07
# train model
# if you wish to resume from an exists model, uncomment --checkpoint_path and --transformer_step
#CUDA_VISIBLE_DEVICES=0,1,2,3 \
python
-u
train_vocoder.py
\
--batch_size
=
32
\
--epochs
=
10000
\
--lr
=
0.001
\
--save_step
=
1000
\
--use_gpu
=
1
\
--use_data_parallel
=
0
\
--data_path
=
'../../dataset/LJSpeech-1.1'
\
--save_path
=
'./checkpoint'
\
--log_dir
=
'./log'
\
--config_path
=
'config/train_vocoder.yaml'
\
#--checkpoint_path='./checkpoint' \
#--vocoder_step=27000 \
if
[
$?
-ne
0
]
;
then
echo
"Failed in training!"
exit
1
fi
exit
0
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录