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
In places like lazy.py and others, the hydra.main decorator passes in a config, which is an instance of omegaconf.dictconfig.DictConfig, not yolo.config.config.Config.
In places like
lazy.py
and others, thehydra.main
decorator passes in a config, which is an instance ofomegaconf.dictconfig.DictConfig
, notyolo.config.config.Config
.Will work on fixing this in my PR:
#150
The text was updated successfully, but these errors were encountered: