mirror of
https://github.com/open-mmlab/mmcv.git
synced 2025-06-03 21:54:52 +08:00
5 lines
117 B
Python
5 lines
117 B
Python
# Copyright (c) OpenMMLab. All rights reserved.
|
|
_base_ = './i_base.py'
|
|
item_cfg = {'b': 2}
|
|
item6 = {'cfg': item_cfg}
|