mmcv/tests/data/config/i_child.py

5 lines
117 B
Python
Raw Normal View History

# Copyright (c) OpenMMLab. All rights reserved.
_base_ = './i_base.py'
item_cfg = {'b': 2}
item6 = {'cfg': item_cfg}