mirror of https://github.com/JDAI-CV/fast-reid.git
8 lines
138 B
Python
8 lines
138 B
Python
|
# encoding: utf-8
|
||
|
"""
|
||
|
@author: liaoxingyu
|
||
|
@contact: sherlockliao01@gmail.com
|
||
|
"""
|
||
|
|
||
|
|
||
|
from .build import build_lr_scheduler, build_optimizer
|