Spaces:
xnetba
/
Runtime error

xnetba's picture
Duplicate from brjathu/HMR2.0
a24002c
raw
history blame contribute delete
142 Bytes
# test that load_rel can work
from detectron2.config import LazyConfig
x = LazyConfig.load_rel("dir1_a.py", "dir1a_dict")
assert x["a"] == 1