Ai
2 Star 6 Fork 1

陈奕州/PaddleRS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run_tipc_lite.sh 474 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bobholamovic 提交于 2022-08-23 21:29 +08:00 . [Test] Optimize CI (#28)
#!/usr/bin/env bash
cd ..
for config in $(ls test_tipc/configs/*/*/train_infer_python.txt); do
bash test_tipc/prepare.sh ${config} lite_train_lite_infer
bash test_tipc/test_train_inference_python.sh ${config} lite_train_lite_infer
task="$(basename $(dirname $(dirname ${config})))"
model="$(basename $(dirname ${config}))"
if grep -q 'failed' "test_tipc/output/${task}/${model}/lite_train_lite_infer/results_python.log"; then
exit 1
fi
done
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Geoyee/PaddleRS.git
git@gitee.com:Geoyee/PaddleRS.git
Geoyee
PaddleRS
PaddleRS
develop

搜索帮助