This commit is contained in:
Glenn Jocher 2019-12-21 19:48:07 -08:00
parent b7a53957b3
commit 5e203d3b1a
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 416) # scale hyp['obj'] by img_size (evolved at 416)
hyp['obj'] *= opt.img_size / 320. hyp['obj'] *= opt.img_size / 416.
tb_writer = None tb_writer = None
if not opt.evolve: # Train normally if not opt.evolve: # Train normally