From 8963d1aee22bae604507dabf7d8b20d5e1635f5c Mon Sep 17 00:00:00 2001 From: fada Date: Tue, 24 Jun 2025 20:42:41 +0800 Subject: [PATCH] feat: enhance Jupyter notebook with TensorBoard and Visdom integration for model training visualization --- 15.ipynb | 2388 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 2362 insertions(+), 26 deletions(-) diff --git a/15.ipynb b/15.ipynb index 4ae68af..18e1efb 100644 --- a/15.ipynb +++ b/15.ipynb @@ -3,7 +3,10 @@ { "metadata": {}, "cell_type": "code", - "source": "!pip install tensorboard", + "source": [ + "from numpy.conftest import dtype\n", + "!pip install tensorboard" + ], "id": "add52c783768e27a", "outputs": [], "execution_count": null @@ -11,8 +14,8 @@ { "metadata": { "ExecuteTime": { - "end_time": "2025-06-20T09:23:44.953818Z", - "start_time": "2025-06-20T09:23:44.941696Z" + "end_time": "2025-06-24T11:55:23.302447Z", + "start_time": "2025-06-24T11:55:21.276115Z" } }, "cell_type": "code", @@ -22,23 +25,6 @@ ], "id": "6d148c29e2c0fbbe", "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "The tensorboard extension is already loaded. To reload it, use:\n", - " %reload_ext tensorboard\n" - ] - }, - { - "data": { - "text/plain": [ - "Reusing TensorBoard on port 6006 (pid 414), started 0:24:42 ago. (Use '!kill 414' to kill it.)" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, { "data": { "text/plain": [ @@ -46,11 +32,11 @@ ], "text/html": [ "\n", - " \n", "