From 1e8df4db23c9921827683611aa7aed98bcbe57a6 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 12 Jun 2019 18:21:42 +0200 Subject: [PATCH] updates --- train.py | 1 - 1 file changed, 1 deletion(-) diff --git a/train.py b/train.py index 6f5e18ce..5c99415a 100644 --- a/train.py +++ b/train.py @@ -79,7 +79,6 @@ def train( img_size_min = round(img_size / 32 / 1.5) img_size_max = round(img_size / 32 * 1.5) img_size = img_size_max * 32 # initiate with maximum multi_scale size - # opt.num_workers = 0 # bug https://github.com/ultralytics/yolov3/issues/174 # Configure run data_dict = parse_data_cfg(data_cfg)