forked from ultralytics/yolov5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A minor correction in a comment (ultralytics#12782)
* A minor correction in a comment I added the 'h' in 'https' in the link to the label smoothing issue. Signed-off-by: Kumar Selvakumaran <62794224+kumar-selvakumaran@users.noreply.github.com> * Auto-format by https://ultralytics.com/actions --------- Signed-off-by: Kumar Selvakumaran <62794224+kumar-selvakumaran@users.noreply.github.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
- Loading branch information
1 parent
b939236
commit b24177b
Showing
5 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# YOLOv5 🚀 by Ultralytics, AGPL-3.0 license | ||
"""Experimental modules.""" | ||
|
||
import math | ||
|
||
import numpy as np | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# YOLOv5 🚀 by Ultralytics, AGPL-3.0 license | ||
"""Logging utils.""" | ||
|
||
import json | ||
import os | ||
import warnings | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
"""Main Logger class for ClearML experiment tracking.""" | ||
|
||
import glob | ||
import re | ||
from pathlib import Path | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters