rename test dir name, fix import datasets errors (#310)

* rename test dir name, fix import datasets errors
This commit is contained in:
Cathy0908 2023-04-12 15:35:27 +08:00 committed by GitHub
parent 88d804a5dc
commit 785d8d97db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
205 changed files with 2 additions and 2 deletions

View File

@ -107,5 +107,5 @@ jobs:
export CUDA_VISIBLE_DEVICES=6
source ~/workspace/anaconda2/etc/profile.d/conda.sh
conda activate torch1.8.1_blade
PYTHONPATH=. python tests/predictors/test_detector_blade.py
PYTHONPATH=. python tests/apis/test_export_blade.py
PYTHONPATH=. python tests/test_predictors/test_detector_blade.py
PYTHONPATH=. python tests/test_apis/test_export_blade.py

Some files were not shown because too many files have changed in this diff Show More