This commit is contained in:
Glenn Jocher 2019-12-30 13:31:32 -08:00
parent 14ac814cf9
commit 9e58191983
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ if __name__ == '__main__':
mixed_precision = False mixed_precision = False
# scale hyp['obj'] by img_size (evolved at 320) # scale hyp['obj'] by img_size (evolved at 320)
# hyp['obj'] *= opt.img_size / 320. hyp['obj'] *= opt.img_size / 320.
tb_writer = None tb_writer = None
if not opt.evolve: # Train normally if not opt.evolve: # Train normally