mirror of
https://github.com/open-mmlab/mmcv.git
synced 2025-06-03 21:54:52 +08:00
8 lines
221 B
Python
8 lines
221 B
Python
# Copyright (c) OpenMMLab. All rights reserved.
|
|
_base_ = ['./l1.py', './l2.yaml', './l3.json', './l4.py']
|
|
item3 = False
|
|
item4 = 'test'
|
|
item8 = '{{fileBasename}}'
|
|
item9 = {{ _base_.item2 }}
|
|
item10 = {{ _base_.item7.b.c }}
|