Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
S
S2T
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
xuchen
S2T
Commits
0cbb797d
Commit
0cbb797d
authored
Sep 28, 2023
by
xuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yaml
parent
3f269efe
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
60 行增加
和
5 行删除
+60
-5
egs/librispeech/asr/run.sh
+5
-5
egs/mustc/st/conf/reproduction_sate.yaml
+55
-0
没有找到文件。
egs/librispeech/asr/run.sh
查看文件 @
0cbb797d
...
...
@@ -192,7 +192,7 @@ if [ ${stage} -le 1 ] && [ ${stop_stage} -ge 1 ]; then
cp
-f
${
pwd_dir
}
/
`
basename
${
BASH_SOURCE
[0]
}
`
${
model_dir
}
cp
-f
${
pwd_dir
}
/train.sh
${
model_dir
}
train_config
=
${
train_config
}
,basis
train_config
=
basis,
${
train_config
}
config_list
=
"
${
train_config
//,/
}
"
idx
=
0
for
config
in
${
config_list
[@]
}
...
...
@@ -205,11 +205,11 @@ if [ ${stage} -le 1 ] && [ ${stop_stage} -ge 1 ]; then
cp
-f
${
config_path
}
${
model_dir
}
if
[[
$idx
-eq
0
]]
;
then
extra_parameter
=
"
${
extra_parameter
}
--train-config
${
config_path
}
"
extra_parameter
=
"
${
extra_parameter
}
--train-config
${
config_path
}
"
else
extra_parameter
=
"
${
extra_parameter
}
--train-config
${
idx
}
${
config_path
}
"
extra_parameter
=
"
${
extra_parameter
}
--train-config
${
idx
}
${
config_path
}
"
fi
idx
=
$((
idx
+
1
))
done
...
...
egs/mustc/st/conf/reproduction_sate.yaml
0 → 100644
查看文件 @
0cbb797d
arch
:
s2t_sate
share-decoder-input-output-embed
:
True
optimizer
:
adam
clip-norm
:
10.0
lr-scheduler
:
inverse_sqrt
warmup-init-lr
:
1e-7
warmup-updates
:
10000
lr
:
2e-3
adam_betas
:
(0.9,0.98)
ctc-weight
:
0.3
share-ctc-and-embed
:
True
criterion
:
label_smoothed_cross_entropy_with_ctc
label_smoothing
:
0.1
encoder-normalize-before
:
True
decoder-normalize-before
:
True
encoder-embed-norm
:
True
encoder-no-scale-embedding
:
True
textual-encoder-embed-norm
:
True
textual-encoder-no-scale-embedding
:
True
subsampling-type
:
conv1d
subsampling-layers
:
2
subsampling-filter
:
1024
subsampling-kernel
:
5
subsampling-stride
:
2
subsampling-norm
:
none
subsampling-activation
:
glu
dropout
:
0.1
activation-fn
:
relu
encoder-embed-dim
:
256
encoder-ffn-embed-dim
:
2048
encoder-layers
:
12
text-encoder-layers
:
6
decoder-layers
:
6
encoder-attention-heads
:
4
decoder-embed-dim
:
256
decoder-ffn-embed-dim
:
2048
decoder-attention-heads
:
4
acoustic-encoder
:
transformer
adapter
:
inter_league
# adapter: none
# adapter-embed-norm: True
# adapter-out-norm: True
# load-pretrained-encoder-from:
# load-pretrained-acoustic-encoder-from:
# load-pretrained-text-encoder-from:
# load-pretrained-decoder-from:
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论