Skip to content

Commit

Permalink
fixed notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
vapavlo committed May 11, 2024
1 parent c88ba87 commit 7ebbd28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions notebooks/curvature_results.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,7 @@
"metadata": {},
"outputs": [],
"source": [
"\n",
"\"\"\"\n",
"Cora\n",
"GCN 87.2 ± 1.2\n",
"SCN 84.79 ± 1.15\n",
Expand Down Expand Up @@ -1663,7 +1663,7 @@
"Mutag (KNN)\n",
"GCN 80.14 ± 4.43\n",
"SCN 80.14 ± 3.25\n",
"\n"
"\"\"\""
]
},
{
Expand Down
8 changes: 4 additions & 4 deletions notebooks/data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -559,10 +559,10 @@
"callbacks: List[Callback] = instantiate_callbacks(cfg.get(\"callbacks\"))\n",
"logger: List[Logger] = instantiate_loggers(cfg.get(\"logger\"))\n",
"\n",
" log.info(f\"Instantiating trainer <{cfg.trainer._target_}>\")\n",
" trainer: Trainer = hydra.utils.instantiate(\n",
" cfg.trainer, callbacks=callbacks, logger=logger\n",
" )\n",
"log.info(f\"Instantiating trainer <{cfg.trainer._target_}>\")\n",
"trainer: Trainer = hydra.utils.instantiate(\n",
" cfg.trainer, callbacks=callbacks, logger=logger\n",
")\n",
"trainer = hydra.utils.instantiate(config.trainer)"
]
},
Expand Down

0 comments on commit 7ebbd28

Please sign in to comment.