Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration guide for switching to OmegaConfigLoader #2699

Closed
2 tasks
Tracked by #2693
noklam opened this issue Jun 19, 2023 · 1 comment · Fixed by #2904 or #2887
Closed
2 tasks
Tracked by #2693

Migration guide for switching to OmegaConfigLoader #2699

noklam opened this issue Jun 19, 2023 · 1 comment · Fixed by #2904 or #2887
Assignees

Comments

@noklam
Copy link
Contributor

noklam commented Jun 19, 2023

Description

Related #2693
We should document the migration path from ConfigLoader -> OmegaConfigLoader and TemplatedConfigLoader -> OmegaConfigLoader.

i.e.

  1. Jinja2 Template loop <-> Dataset Factory + OmegaConf variable interpolation?
  2. YAML Anchor
  3. Templated variable <-> OmegaConf variable interpolation

image

It should be similar to the table here but we need to have code example to show this.

It will be also a good opportunity to check if we missed any feature before we release 0.19.0

Edited 2023-08-21

@merelcht
Copy link
Member

merelcht commented Aug 8, 2023

Not yet done.

@merelcht merelcht reopened this Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment