Skip to content

Commit

Permalink
Update hydra call with version_base parameter to remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanini committed May 16, 2024
1 parent d9b2caa commit 8b4041e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GDL.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from utils.utils import print_config, get_git_hash


@hydra.main(config_path="config", config_name="gdl_config_template")
@hydra.main(config_path="config", config_name="gdl_config_template", version_base=None)
def run_gdl(cfg: DictConfig) -> None:
"""
Function general for Geo Deep-Learning using Hydra library to rules all the
Expand Down

0 comments on commit 8b4041e

Please sign in to comment.