Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion utils/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def set_logging(name=None, verbose=VERBOSE):
return logging.getLogger(name)


LOGGER = set_logging(__name__) # define globally (used in train.py, val.py, detect.py, etc.)
LOGGER = set_logging("yolov5") # define globally (used in train.py, val.py, detect.py, etc.)


class Profile(contextlib.ContextDecorator):
Expand Down