mirror of
https://github.com/open-mmlab/mmcv.git
synced 2025-06-03 21:54:52 +08:00
* add base for config * fixed format * rm terminal width * support multiple & recursive base * add test case * fix format * add test construct * minor fix * add more test, rewrite merge from opt * avoid depulicate keys * delete imported config as module * rename merge_from_dict
5 lines
60 B
Python
5 lines
60 B
Python
item1 = [1, 2]
|
|
item2 = {'a': 0}
|
|
item3 = True
|
|
item4 = 'test'
|