From 5f2eeba233be3a7ed0764070ab339161c1055c76 Mon Sep 17 00:00:00 2001 From: Alex Stoken Date: Tue, 16 Jun 2020 17:09:39 -0500 Subject: [PATCH] remove old print statements --- train.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/train.py b/train.py index cfc0059..9ea357e 100644 --- a/train.py +++ b/train.py @@ -39,8 +39,6 @@ hyp = {'lr0': 0.01, # initial learning rate (SGD=1E-2, Adam=1E-3) 'scale': 0.5, # image scale (+/- gain) 'shear': 0.0} # image shear (+/- deg) -# Don't need to be printing every time -#print(hyp) def train(hyp): #write all results to the tb log_dir, so all data from one run is together