Closed o-smirnov closed 5 months ago
This arises when evaluate_dict() is fed an omegaconf DictConfig. Unresolved assignments result in Unresolved objects, which a DictConfig refuses to have assigned to.
Solution is to turn DictConfig into an OrderedDict when evaluating.
This arises when evaluate_dict() is fed an omegaconf DictConfig. Unresolved assignments result in Unresolved objects, which a DictConfig refuses to have assigned to.
Solution is to turn DictConfig into an OrderedDict when evaluating.