Skip to content

Commit

Permalink
spell errors (#1585)
Browse files Browse the repository at this point in the history
Fixes # .

### Description
A few sentences describing the changes proposed in this pull request.

### Checks
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [ ] Avoid including large-size files in the PR.
- [ ] Clean up long text outputs from code cells in the notebook.
- [ ] For security purposes, please check the contents and remove any
sensitive info such as user names and private key.
- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use
relative paths for tutorial repo files (3) put figure and graphs in the
`./figure` folder
- [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>`

Signed-off-by: Subin Erattakulangara <[email protected]>
  • Loading branch information
subinkitware authored Nov 30, 2023
1 parent cb2629a commit 3fa155b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2d_classification/mednist_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
Expand Down

0 comments on commit 3fa155b

Please sign in to comment.