Commit 3a2ab25f authored by Baumgartner, Michael's avatar Baumgartner, Michael
Browse files

hydra update

parent 20ad7c60
defaults:
- _self_
- train: v001
- prep: process
......
......@@ -177,7 +177,7 @@ def _train(
do_sweep: determine best emprical parameters for run
"""
print(f"Overwrites: {ov}")
initialize_config_module(config_module="nndet.conf")
initialize_config_module(config_module="nndet.conf", version_base="1.1")
cfg = compose(task, "config.yaml", overrides=ov if ov is not None else [])
assert cfg.host.parent_data is not None, 'Parent data can not be None'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment