elia / lib /mmcv_custom /__init__.py
yxchng
add files
a166479
raw
history blame
96 Bytes
# -*- coding: utf-8 -*-
from .checkpoint import load_checkpoint
__all__ = ['load_checkpoint']