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
pretty() is deprecated and will be removed in a future version.
Use OmegaConf.to_yaml. Please note that the default value for
resolve has changed to True.
is incorrect, the default did not end up changing.
Correct warning:
cfg.pretty() is deprecated and will be removed in a future version.
Use OmegaConf.to_yaml(cfg)
The text was updated successfully, but these errors were encountered:
Current:
is incorrect, the default did not end up changing.
Correct warning:
The text was updated successfully, but these errors were encountered: