Ai
2 Star 6 Fork 1

陈奕州/PaddleRS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run_tests.sh 268 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bobholamovic 提交于 2022-09-08 22:04 +08:00 . Fix tools unittest
#!/usr/bin/env bash
set -e
# Download data for test
bash download_test_data.sh
# Run unit tests
python -m unittest discover -v
# Test tools
for script in $(ls tools/run*.py); do
PYTHONPATH="$(pwd)" python ${script}
done
# Test tutorials
bash run_tutorials.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Geoyee/PaddleRS.git
git@gitee.com:Geoyee/PaddleRS.git
Geoyee
PaddleRS
PaddleRS
develop

搜索帮助