Update Tensorboard use

This commit is contained in:
Matteo Bertocchi
2025-03-11 12:01:06 +01:00
committed by Nicola Demo
parent b38b0894b1
commit 67a2b0796c
6 changed files with 58 additions and 137 deletions

View File

@@ -505,7 +505,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": null,
"id": "fcac93e4",
"metadata": {},
"outputs": [
@@ -546,10 +546,8 @@
}
],
"source": [
"# Load the TensorBoard extension\n",
"%load_ext tensorboard\n",
"# Show saved losses\n",
"%tensorboard --logdir 'tutorial_logs'"
"print('\\nTo load TensorBoard run load_ext tensorboard on your terminal')\n",
"print(\"To visualize the loss you can run tensorboard --logdir 'tutorial_logs' on your terminal\\n\")"
]
},
{