Skip to content

Commit 7d976be

Browse files
committed
✏️ [Fix] project name, and a import typo of wandb
1 parent a26a166 commit 7d976be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "yolov9mit"
2+
name = "yolo"
33
version = "0.0.0"
44
dynamic = ["dependencies"]
55

yolo/tools/log_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from typing import Dict, List
1717

1818
import wandb
19-
import wandb.errors
19+
import wandb.errors.term
2020
from loguru import logger
2121
from rich.console import Console
2222
from rich.progress import BarColumn, Progress, TextColumn, TimeRemainingColumn

0 commit comments

Comments
 (0)