remove old print statements

This commit is contained in:
Alex Stoken 2020-06-16 17:09:39 -05:00
parent 333f678b37
commit 5f2eeba233
1 changed files with 0 additions and 2 deletions

View File

@ -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