🚑️ [Fix] logging error, cfg->exp_name
Browse files
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=
|
| 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):
|