Skip to content

Commit

Permalink
♻️ Refactor code.
Browse files Browse the repository at this point in the history
  • Loading branch information
futabato committed Jul 26, 2024
1 parent 74d9ca0 commit a0a76c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion notebooks/eda_template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
"source": [
"# hydra global initialization\n",
"# config_path in initialize() must be relative\n",
"initialize(version_base=\"1.1\", config_path=f\"../mlruns/{EXPERIMENT_ID}/{RUN_ID}/artifacts\", job_name=\"jupyterlab\")\n",
"initialize(\n",
" version_base=\"1.1\",\n",
" config_path=f\"../mlruns/{EXPERIMENT_ID}/{RUN_ID}/artifacts\",\n",
" job_name=\"jupyterlab\",\n",
")\n",
"cfg: OmegaConf = compose(config_name=\"config\")\n",
"print(OmegaConf.to_yaml(cfg))"
]
Expand Down

0 comments on commit a0a76c0

Please # to comment.