mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
Fix: evolve with wandb (#2634)
This commit is contained in:
parent
6e8c5b7678
commit
dc51e80b00
2
train.py
2
train.py
@ -439,7 +439,7 @@ def train(hyp, opt, device, tb_writer=None):
|
||||
strip_optimizer(f) # strip optimizers
|
||||
if opt.bucket:
|
||||
os.system(f'gsutil cp {final} gs://{opt.bucket}/weights') # upload
|
||||
if wandb_logger.wandb: # Log the stripped model
|
||||
if wandb_logger.wandb and not opt.evolve: # Log the stripped model
|
||||
wandb_logger.wandb.log_artifact(str(final), type='model',
|
||||
name='run_' + wandb_logger.wandb_run.id + '_model',
|
||||
aliases=['last', 'best', 'stripped'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user