Преглед изворни кода

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…
Откажи
Сачувај