updates
This commit is contained in:
parent
14ac814cf9
commit
9e58191983
2
train.py
2
train.py
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue