调试
This commit is contained in:
parent
0465da97a1
commit
317a71ed5f
@ -467,6 +467,7 @@ def train(hyp, opt, device, data_list,id,callbacks): # hyp is path/to/hyp.yaml
|
|||||||
# end training -----------------------------------------------------------------------------------------------------
|
# end training -----------------------------------------------------------------------------------------------------
|
||||||
if RANK in {-1, 0}:
|
if RANK in {-1, 0}:
|
||||||
LOGGER.info(f'\n{epoch - start_epoch + 1} epochs completed in {(time.time() - t0) / 3600:.3f} hours.')
|
LOGGER.info(f'\n{epoch - start_epoch + 1} epochs completed in {(time.time() - t0) / 3600:.3f} hours.')
|
||||||
|
print('##############',best)
|
||||||
for f in best:
|
for f in best:
|
||||||
print('##################',f)
|
print('##################',f)
|
||||||
if os.path.exists(f):
|
if os.path.exists(f):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user