mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* Remove deprecated `--options` in some tools * Remove deprecated eval hooks and fp16 hooks * Remove deprecated mixup&cutmix, pretrained and return_tuple arguments. * Remove deprecated `deprecated_options` in multi label dataset * Remove deprecated `formating.py` * Remove deprecated default mode of `LabelSmoothLoss` * Revert pretrained argument, and remove it's deprecation sign. * Update unit test
6 lines
221 B
Python
6 lines
221 B
Python
# Copyright (c) OpenMMLab. All rights reserved.
|
|
from .evaluation import * # noqa: F401, F403
|
|
from .hook import * # noqa: F401, F403
|
|
from .optimizers import * # noqa: F401, F403
|
|
from .utils import * # noqa: F401, F403
|