We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Minimal example:
transform: standard_transforms: pre_transforms: - transform: NormalizeScale model: transforms: ${transform.standard_transforms} dataset: pre_transforms: ${model.transforms.pre_transforms}
to trigger convert to container with OmegaConf.to_container().
The text was updated successfully, but these errors were encountered:
@odelalleau, can you check if your nested interpolation fix is accidentally solving this bug? :) I think not but worth a shot.
Sorry, something went wrong.
@omry it doesn't (the code path is unchanged for "simple" interpolations involving a single ${..})
${..}
Successfully merging a pull request may close this issue.
Minimal example:
to trigger convert to container with OmegaConf.to_container().
The text was updated successfully, but these errors were encountered: