-
Notifications
You must be signed in to change notification settings - Fork 248
Update links for MONAI website and docs #1876
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,7 @@ limitations under the License. | |
| # MONAI Bundle Application | ||
| The MONAIBundle App allows you to easily pull any MONAI Bundle from the [MONAI Model Zoo](https://github.com/Project-MONAI/model-zoo/tree/dev/models) and import it into MONAI Label. However, it's important to note that any MONAI Bundle used with MONAI Label must meet the following constraints: | ||
|
|
||
| - It must comply with the [MONAI Bundle Specification](https://docs.monai.io/en/latest/mb_specification.html). | ||
| - It must comply with the [MONAI Bundle Specification](https://monai.readthedocs.io/en/stable/mb_specification.html). | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix heading level hierarchy. The static analysis flagged a heading-level mismatch at this line. Review the heading structure to ensure it increments by only one level at a time (e.g., h1 → h2, not h1 → h3). 🧰 Tools🪛 markdownlint-cli2 (0.18.1)17-17: Heading levels should only increment by one level at a time (MD001, heading-increment) 🤖 Prompt for AI Agents |
||
| - For inference, the bundle must define either an `inference.json` or `inference.yaml` file, and it must include the keys described in the bundle.py file located in the `monailabel/tasks/infer/` directory. | ||
| - For training, the bundle must define either a `train.json` or `train.yaml file`, and it must include the keys described in the bundle.py file located in the `monailabel/tasks/train/` directory. | ||
| - For multi-GPU training, the bundle must define either a `multi_gpu_train.json` or `multi_gpu_train.yaml` file. | ||
|
|
||
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.
Fix heading level hierarchy.
The static analysis flagged a heading-level mismatch at this line. Review the heading structure to ensure it increments by only one level at a time.
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)
17-17: Heading levels should only increment by one level at a time
Expected: h2; Actual: h3
(MD001, heading-increment)
🤖 Prompt for AI Agents