autodl-projects/lib/log_utils/__init__.py

9 lines
479 B
Python
Raw Normal View History

2019-11-15 07:15:07 +01:00
##################################################
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2019 #
##################################################
2020-01-05 12:19:38 +01:00
# every package does not rely on pytorch or tensorflow
# I tried to list all dependency here: os, sys, time, numpy, (possibly) matplotlib
from .logger import Logger, PrintLogger
2019-09-05 09:07:12 +02:00
from .meter import AverageMeter
2020-01-05 12:19:38 +01:00
from .time_utils import time_for_file, time_string, time_string_short, time_print, convert_secs2time