Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu committed Feb 27, 2024
1 parent c7cd9ea commit 8555406
Showing 1 changed file with 35 additions and 9 deletions.
44 changes: 35 additions & 9 deletions 2d_classification/monai_201.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 10,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -103,7 +103,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 12,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -132,24 +132,31 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 13,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"2024-02-26 08:40:15,309 - INFO - Verified 'MedNIST.tar.gz', md5: 0bc7306e7427e00ad1c5526a6677552d.\n",
"2024-02-26 08:40:15,310 - INFO - File exists: /workspace/Data/MedNIST.tar.gz, skipped downloading.\n",
"2024-02-26 08:40:15,310 - INFO - Non-empty folder exists in /workspace/Data/MedNIST, skipped extracting.\n"
"2024-02-27 08:31:31,955 - INFO - Verified 'MedNIST.tar.gz', md5: 0bc7306e7427e00ad1c5526a6677552d.\n",
"2024-02-27 08:31:31,955 - INFO - File exists: /workspace/Data/MedNIST.tar.gz, skipped downloading.\n",
"2024-02-27 08:31:31,956 - INFO - Non-empty folder exists in /workspace/Data/MedNIST, skipped extracting.\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"Loading dataset: 0%| | 0/47164 [00:00<?, ?it/s]"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"Loading dataset: 100%|██████████| 47164/47164 [00:20<00:00, 2334.53it/s]\n",
"Loading dataset: 100%|██████████| 5895/5895 [00:02<00:00, 2431.97it/s]\n"
"Loading dataset: 100%|██████████| 47164/47164 [00:19<00:00, 2393.21it/s]\n",
"Loading dataset: 100%|██████████| 5895/5895 [00:02<00:00, 2465.05it/s]\n"
]
}
],
Expand Down Expand Up @@ -179,7 +186,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 14,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -239,6 +246,25 @@
"trainer.run()"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## View training in tensorboard\n",
"\n",
"Please uncomment the following cell to load tensorboard results."
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"# %load_ext tensorboard\n",
"# %tensorboard --logdir ./runs"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 8555406

Please sign in to comment.