Skip to content

Commit bf72242

Browse files
committed
[DLMED] update tutorial doc
Signed-off-by: Nic Ma <[email protected]>
1 parent b8cb649 commit bf72242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceleration/fast_training_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"5. Use MONAI `DiceCE` loss instead of regular `Dice` loss.\n",
2121
"6. Use MONAI `Novograd` optimizer instead of regular `Adam` optimizer.\n",
2222
"\n",
23-
"With a V100 GPU and the target validation mean dice of `0.95` on the `forground` channel only, it's approximately `200x` speedup compared with the Pytorch regular implementation when achieving same metric. And every epoch is `20x` faster than regular training.\n",
23+
"With a V100 GPU and the target validation `mean dice = 0.94` of the `forground` channel only, it's approximately `40x` speedup compared with the Pytorch regular implementation when achieving the same metric. And every epoch is `20x` faster than regular training.\n",
2424
"\n",
2525
"It's modified from the Spleen 3D segmentation tutorial notebook, the Spleen dataset can be downloaded from http://medicaldecathlon.com/.\n",
2626
"\n",

0 commit comments

Comments
 (0)