MRaCL / RIS-DMMI /lib /mmcv_custom /__init__.py
dianecy's picture
Upload folder using huggingface_hub
1120a2f verified
raw
history blame contribute delete
96 Bytes
# -*- coding: utf-8 -*-
from .checkpoint import load_checkpoint
__all__ = ['load_checkpoint']