mirror of
https://github.com/open-mmlab/mmcv.git
synced 2025-06-03 21:54:52 +08:00
7 lines
204 B
Python
7 lines
204 B
Python
# Copyright (c) OpenMMLab. All rights reserved.
|
|
_base_ = './expected.py'
|
|
|
|
_deprecation_ = dict(
|
|
expected='tests/data/config/expected.py',
|
|
reference='https://github.com/open-mmlab/mmcv/pull/1275')
|