Skip to content

Conversation

@mingxin-zheng
Copy link
Contributor

Fixes #2001 .

Description

Prompt used in codex

Please try to find 5 more documentation bugs in Jupyter notebooks

Checks

  • 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: Mingxin Zheng <[email protected]>
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link
Contributor

Copilot AI left a 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",

@KumoLiu KumoLiu merged commit ef0ac7d into main Jun 24, 2025
6 checks passed
@KumoLiu KumoLiu deleted the codex/doc_fix_2 branch June 24, 2025 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use of LLM-Driven Tools to Fix Documentation Errors

3 participants