mirror of
https://github.com/KaiyangZhou/deep-person-reid.git
synced 2025-06-03 14:53:23 +08:00
5 lines
124 B
Python
5 lines
124 B
Python
from __future__ import absolute_import
|
|
|
|
from .optimizer import build_optimizer
|
|
from .lr_scheduler import build_lr_scheduler
|