henry000 commited on
Commit
ce50967
·
1 Parent(s): 97e9dcb

🚑️ [Fix] logging error, cfg->exp_name

Browse files
Files changed (1) hide show
  1. yolo/utils/logging_utils.py +1 -1
yolo/utils/logging_utils.py CHANGED
@@ -50,7 +50,7 @@ class ProgressTracker:
50
  if self.use_wandb:
51
  wandb.errors.term._log = custom_wandb_log
52
  self.wandb = wandb.init(
53
- project="YOLO", resume="allow", mode="online", dir=save_path, id=None, name=cfg.name
54
  )
55
 
56
  def start_train(self, num_epochs: int):
 
50
  if self.use_wandb:
51
  wandb.errors.term._log = custom_wandb_log
52
  self.wandb = wandb.init(
53
+ project="YOLO", resume="allow", mode="online", dir=save_path, id=None, name=exp_name
54
  )
55
 
56
  def start_train(self, num_epochs: int):