WALT / mmcv_custom /__init__.py
3v324v23's picture
update demo
a56642d
raw
history blame contribute delete
96 Bytes
# -*- coding: utf-8 -*-
from .checkpoint import load_checkpoint
__all__ = ['load_checkpoint']