提交 1b84f21c 编写于 作者: H Hui Zhang

fix miss match

上级 68149cb9
......@@ -18,8 +18,11 @@ function clean() {
}
trap clean EXIT
# ckpt_prfix.{json,...} and ckpt_prfix dir
cp -r ${ckpt_prefix}* ${output}
# ckpt_prfix dir
cp -r ${ckpt_prefix} ${output}
# ckpt_prfix.{json,...}
cp ${ckpt_prefix}.* ${output}
# model config, mean std, vocab
cp ${model_config} ${mean_std} ${vocab} ${output}
tar zcvf release.tar.gz ${output}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册