mirror of https://github.com/alibaba/EasyCV.git
5 lines
221 B
Python
5 lines
221 B
Python
|
# Copyright (c) Alibaba, Inc. and its affiliates.
|
||
|
from .test import multi_gpu_test, single_cpu_test, single_gpu_test
|
||
|
from .train import (build_optimizer, get_root_logger, set_random_seed,
|
||
|
train_model)
|