♻️ [Refactor] the tf board name, change lower case
Browse files- yolo/config/config.py +1 -1
- yolo/config/general.yaml +1 -1
yolo/config/config.py
CHANGED
@@ -152,7 +152,7 @@ class Config:
|
|
152 |
|
153 |
lucky_number: 10
|
154 |
use_wandb: bool
|
155 |
-
|
156 |
|
157 |
weight: Optional[str]
|
158 |
|
|
|
152 |
|
153 |
lucky_number: 10
|
154 |
use_wandb: bool
|
155 |
+
use_tensorboard: bool
|
156 |
|
157 |
weight: Optional[str]
|
158 |
|
yolo/config/general.yaml
CHANGED
@@ -8,6 +8,6 @@ exist_ok: True
|
|
8 |
|
9 |
lucky_number: 10
|
10 |
use_wandb: False
|
11 |
-
|
12 |
|
13 |
weight: True # Path to weight or True for auto, False for no pretrained weight
|
|
|
8 |
|
9 |
lucky_number: 10
|
10 |
use_wandb: False
|
11 |
+
use_tensorboard: False
|
12 |
|
13 |
weight: True # Path to weight or True for auto, False for no pretrained weight
|