Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RolnickLab/climart
/ main
Function
main
run.py:14–16 ·
view source on GitHub ↗
(config: DictConfig)
Source
from the content-addressed store, hash-verified
12
13
@hydra.main(config_path=
"configs/"
, config_name=
"main_config.yaml"
, version_base=None)
14
def
main(config: DictConfig):
15
from
climart.train
import
run_model
16
return
run_model(config)
17
18
19
if
__name__ ==
"__main__"
:
Callers
1
run.py
File · 0.85
Calls
1
run_model
Function · 0.90
Tested by
no test coverage detected