Metrics and loss structure (#28)

Co-authored-by: Ayush Chaurasia <ayush.chuararsia@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Ayush Chaurasia 2022-10-15 23:09:05 +05:30 committed by GitHub
parent d0b3c9812b
commit c5cb76b356
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 183 additions and 43 deletions

View file

@ -1,4 +1,4 @@
from .general import WorkingDirectory, check_version, download, increment_path, save_yaml
from .general import Profile, WorkingDirectory, check_version, download, increment_path, save_yaml
from .torch_utils import LOCAL_RANK, RANK, WORLD_SIZE, DDP_model, select_device, torch_distributed_zero_first
__all__ = [
@ -8,6 +8,7 @@ __all__ = [
"WorkingDirectory",
"download",
"check_version",
"Profile",
# torch
"torch_distributed_zero_first",
"LOCAL_RANK",