-
Notifications
You must be signed in to change notification settings - Fork 764
Fix missspelled words #2003
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix missspelled words #2003
Conversation
Signed-off-by: Mingxin Zheng <[email protected]>
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request fixes multiple spelling errors across various notebooks, scripts, and documentation files.
- Corrects typos in comments and text, improving clarity and professionalism.
- Updates misspelled words such as "Hyper-paramters", "intialize", "Tranformer", and "scetion".
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| self_supervised_pretraining/vit_unetr_ssl/ssl_train.ipynb | Fixed typo in training loop comment ("Hyper-paramters" → "Hyper-parameters"). |
| multimodal/openi_multilabel_classification_transchex/transchex_openi_multilabel_classification.ipynb | Corrected "extraxts" to "extracts" in the description text. |
| monailabel/monailabel_HelloWorld_radiology_3dslicer.ipynb | Fixed typo "interacitve" to "interactive" in the introductory text. |
| generation/maisi/scripts/sample.py | Corrected spelling error in comment ("intialize" → "initialize"). |
| generation/anomaly_detection/anomaly_detection_with_transformers.ipynb | Corrected typo in comment ("tranformer's" → "Transformer's"). |
| deployment/Triton/models/monai_covid/1/model.py | Fixed comment typo ("intialize" → "initialize"). |
| deployment/Triton/models/mednist_class/1/model.py | Fixed comment typo ("intialize" → "initialize"). |
| auto3dseg/docs/gpu_opt.md | Corrected typo in documentation ("hyper-paramters" → "hyper-parameters"). |
| 3d_segmentation/swin_unetr_btcv_segmentation_3d.ipynb | Corrected "Tranformer" to "Transformer" and fixed "intialize" to "initialize" in different sections. |
| 3d_segmentation/swin_unetr_brats21_segmentation_3d.ipynb | Fixed typo ("scetion" → "section") in section heading. |
Comments suppressed due to low confidence (1)
self_supervised_pretraining/vit_unetr_ssl/ssl_train.ipynb:262
- Typo detected: 'Hyper-paramters' should be 'Hyper-parameters'.
"\n",
Fixes #2001 .
Description
Prompt used in codex
Checks
./figurefolder./runner.sh -t <path to .ipynb file>