File size: 102 Bytes
476ac07
 
 
 
1
2
3
4
5
# Copyright (c) OpenMMLab. All rights reserved.
from .loops import TrainLoop

__all__ = ['TrainLoop']