omegaconf Questions

4

Solved

Recently I have started to use hydra to manage the configs in my application. I use Structured Configs to create schema for .yaml config files. Structured Configs in Hyda uses dataclasses for type ...
Brookhouse asked 9/1, 2022 at 8:22

3

Solved

I have a main config file, let's say config.yaml: num_layers: 4 embedding_size: 512 learning_rate: 0.2 max_steps: 200000 I'd like to be able to override this, on the command-line, with another fil...
Heti asked 29/10, 2020 at 15:9

2

Solved

I'd like to convert a OmegaConf/Hydra config to a nested dictionary/list. How can I do this?
Really asked 12/10, 2021 at 20:9

2

Solved

I'm using hydra to log hyperparameters of experiments. @hydra.main(config_name="config", config_path="../conf") def evaluate_experiment(cfg: DictConfig) -> None: print(Omega...
Joesphjoete asked 2/12, 2020 at 7:54
1

© 2022 - 2024 — McMap. All rights reserved.