autodl-projects/others/GDAS/paddlepaddle/lib/utils/__init__.py
2019-09-28 18:24:47 +10:00

7 lines
354 B
Python

##################################################
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2019 #
##################################################
from .meter import AverageMeter
from .time_utils import time_for_file, time_string, time_string_short, time_print, convert_size2str, convert_secs2time
from .data_utils import reader_creator