From 119d39599edb2c1da440a3e708786cf9014a0513 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 26 Aug 2018 11:48:19 +0200 Subject: [PATCH] updates --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index 493a28fd..dfcad225 100644 --- a/train.py +++ b/train.py @@ -36,7 +36,7 @@ def main(opt): if platform == 'darwin': # macos train_path = data_config['valid'] else: # linux (gcp cloud) - train_path = '../coco/trainvalno5k.txt' + train_path = '../coco/trainvalno5k.part' # Initialize model model = Darknet(opt.cfg, opt.img_size)