Jirka 4 년 전
부모
커밋
3e6868d318
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      .github/workflows/ci-testing.yml

+ 2
- 2
.github/workflows/ci-testing.yml 파일 보기

@@ -60,9 +60,9 @@ jobs:
# train
python train.py --weights weights/$name.pt --cfg models/$name.yaml --epochs 1 --img 320 --device $di --batch-size 2
# detect official
python detect.py --weights weights/$name.pt --device $di --batch-size 2
python detect.py --weights weights/$name.pt --device $di
# detect custom
python detect.py --weights runs/exp0/weights/last.pt --device $di --batch-size 2
python detect.py --weights runs/exp0/weights/last.pt --device $di
# test official
python test.py --weights weights/$name.pt --device $di --batch-size 2
# test custom

Loading…
취소
저장