We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50447b1 commit 238935aCopy full SHA for 238935a
.github/workflows/ci-testing.yml
@@ -56,13 +56,13 @@ jobs:
56
57
- name: Download data
58
run: |
59
- # curl -L -o tmp.zip https://github.com/ultralytics/yolov5/releases/download/v1.0/coco128.zip
60
- # unzip -q tmp.zip -d ../
61
- # rm tmp.zip
+ curl -L -o tmp.zip https://github.com/ultralytics/yolov5/releases/download/v1.0/coco128.zip
+ unzip -q tmp.zip -d ../
+ rm tmp.zip
62
63
- name: Tests workflow
64
65
- # export PYTHONPATH="$PWD" # to run '$ python *.py' files in subdirectories
+ export PYTHONPATH="$PWD" # to run '$ python *.py' files in subdirectories
66
di=cpu # inference devices # define device
67
68
# train
0 commit comments