You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help me understand if the config from YACSconfig and LazyConfig are doing the same thing.
Can we combine two configs together and can we convert between two different configs?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Detectron2 has two sets of configuration system YACS config and LazyConfig which is very confusing.
LazyConfig returns OmegaConf which only have 5 categories
and YACS config returns CfgNode which contains more info?
Please help me understand if the config from YACSconfig and LazyConfig are doing the same thing.
Can we combine two configs together and can we convert between two different configs?
Beta Was this translation helpful? Give feedback.
All reactions