xautodl/lib/utils/__init__.py

7 lines
286 B
Python
Raw Normal View History

2019-04-10 13:13:29 +02:00
##################################################
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2019 #
##################################################
2019-01-31 15:27:38 +01:00
from .evaluation_utils import obtain_accuracy
2019-09-28 10:24:47 +02:00
from .gpu_manager import GPUManager
from .flop_benchmark import get_model_infos