Browse Source

remove old print statements

5.0
Alex Stoken 4 years ago
parent
commit
5f2eeba233
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      train.py

+ 0
- 2
train.py 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

Loading…
Cancel
Save