diff --git a/2d_classification/mednist_tutorial.ipynb b/2d_classification/mednist_tutorial.ipynb index 64caf63616..cf9a4c590a 100644 --- a/2d_classification/mednist_tutorial.ipynb +++ b/2d_classification/mednist_tutorial.ipynb @@ -409,7 +409,7 @@ "1. Set total epoch number, as we have shuffle and random transforms, so the training data of every epoch is different. \n", "And as this is just a get start tutorial, let's just train 4 epochs. \n", "If train 10 epochs, the model can achieve 100% accuracy on test dataset. \n", - "1. Use DenseNet from MONAI and move to GPU devide, this DenseNet can support both 2D and 3D classification tasks.\n", + "1. Use DenseNet from MONAI and move to GPU device, this DenseNet can support both 2D and 3D classification tasks.\n", "1. Use Adam optimizer." ] },