Skip to content

Commit

Permalink
Set resume flag to false (ultralytics#2657)
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushExel committed Mar 31, 2021
1 parent 86ffcdb commit b211d04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/wandb_logging/log_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ def create_dataset_artifact(opt):
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)

0 comments on commit b211d04

Please sign in to comment.