Skip to content

Commit

Permalink
fix unnecessary load_classes import
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon committed Feb 1, 2024
1 parent a6c184c commit 1421108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yoeo/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from yoeo.models import load_model
from yoeo.utils.logger import Logger
from yoeo.utils.utils import to_cpu, load_classes, print_environment_info, provide_determinism, worker_seed_set
from yoeo.utils.utils import to_cpu, print_environment_info, provide_determinism, worker_seed_set
from yoeo.utils.datasets import ListDataset, NegativeDataset
from yoeo.utils.dataclasses import ClassNames
from yoeo.utils.class_config import ClassConfig
Expand Down

0 comments on commit 1421108

Please sign in to comment.