소스 검색

Set resume flag to false (#2657)

5.0
Ayush Chaurasia GitHub 3 년 전
부모
커밋
2a28ef374b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      utils/wandb_logging/log_dataset.py

+ 2
- 1
utils/wandb_logging/log_dataset.py 파일 보기

@@ -21,5 +21,6 @@ if __name__ == '__main__':
parser.add_argument('--single-cls', action='store_true', help='train as single-class dataset')
parser.add_argument('--project', type=str, default='YOLOv5', help='name of W&B Project')
opt = parser.parse_args()

opt.resume = False # Explicitly disallow resume check for dataset upload Job
create_dataset_artifact(opt)

Loading…
취소
저장