WALT / mmcv_custom /runner /__init__.py
3v324v23's picture
update demo
a56642d
raw
history blame contribute delete
202 Bytes
# Copyright (c) Open-MMLab. All rights reserved.
from .checkpoint import save_checkpoint
from .epoch_based_runner import EpochBasedRunnerAmp
__all__ = [
'EpochBasedRunnerAmp', 'save_checkpoint'
]