File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ defined in the global scope of the config file. Note that:
3333* All dictionaries are turned to an [ omegaconf] ( https://omegaconf.readthedocs.io/ )
3434 config object during loading. This enables access to omegaconf features,
3535 such as its [ access syntax] ( https://omegaconf.readthedocs.io/en/2.1_branch/usage.html#access-and-manipulation )
36- and [ interoplation ] ( https://omegaconf.readthedocs.io/en/2.1_branch/usage.html#variable-interpolation ) .
36+ and [ interpolation ] ( https://omegaconf.readthedocs.io/en/2.1_branch/usage.html#variable-interpolation ) .
3737* Absolute imports in ` config.py ` works the same as in regular Python.
3838* Relative imports can only import dictionaries from config files.
3939 They are simply a syntax sugar for [ LazyConfig.load_rel] ( ../modules/config.html#detectron2.config.LazyConfig.load_rel ) .
You can’t perform that action at this time.
0 commit comments