1 Star 0 Fork 0

littleNight/end2endASR

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
run_libri_las_train_dist.sh 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
geekver 提交于 2018-03-17 11:47 . update las code
echo 'start listener attention speller cluster training ...'
echo $1 $2
[ $1 = 'ps' ] && export CUDA_VISIBLE_DEVICES= && python run_train.py --ps_hosts localhost:2232 --ws_hosts localhost:2233,localhost:2234 --job_name $1 --task_index $2 -rc gru -b 32 -n 512 -f 81 -c 29 -rl 7 -cl 3 -o adam -a relu -lr 1e-3 -gc 5 -p 20 -i 0 -md las -t /home/yb/mywork/asr/libri_featlabel/train-clean-100.json /home/yb/mywork/asr/libri_featlabel/train-clean-360.json -d /home/yb/mywork/asr/libri_featlabel/dev-clean.json -s /home/yb/mywork/asr/savemodels/las_dist_1214
[ $1 = 'worker' ] && export CUDA_VISIBLE_DEVICES=$2 && python run_train.py --ps_hosts localhost:2232 --ws_hosts localhost:2233,localhost:2234 --job_name $1 --task_index $2 -rc gru -b 32 -n 512 -f 81 -c 29 -rl 7 -cl 3 -o adam -a relu -lr 1e-3 -gc 5 -p 20 -i 6 -md las -t /home/yb/mywork/asr/libri_featlabel/train-clean-100.json /home/yb/mywork/asr/libri_featlabel/train-clean-360.json -d /home/yb/mywork/asr/libri_featlabel/dev-clean.json -s /home/yb/mywork/asr/savemodels/las_dist_1214
echo 'end listener attention speller cluster training ...'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/littlenight/end2endASR.git
git@gitee.com:littlenight/end2endASR.git
littlenight
end2endASR
end2endASR
master

搜索帮助