代码拉取完成,页面将自动刷新
#!/bin/bash
# Copyright xmuspeech (Author:Snowdar 2020-03-25)
type="xvector_score"
. subtools/parse_options.sh
. subtools/path.sh
if [[ $# != 1 ]];then
echo "[exit] Num of parameters is not equal to 1"
echo "usage: $0 --type xvector_score <find-dir>"
exit 1
fi
dir=$1
if [ "$type" == "xvector_score" ];then
# Clear the files generated by back-end scoring process. It will not clear the original xvector.ark or xvector.scp.
find $dir -name "xvector_*" | xargs -n 1 rm -f
else
echo "Do not support $type now." && exit 1
fi
echo "Clear done."
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。