You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,7 @@ The first line of the comment must be `/black` so that it will be interpreted by
198
198
#### Adding new optional dependencies
199
199
200
200
In addition to the minimal requirements of PyTorch and Numpy, MONAI's core modules are built optionally based on 3rd-party packages.
201
-
The current set of dependencies is listed in [installing dependencies](https://docs.monai.io/en/stable/installation.html#installing-the-recommended-dependencies).
201
+
The current set of dependencies is listed in [installing dependencies](https://monai.readthedocs.io/en/stable/installation.html#installing-the-recommended-dependencies).
202
202
203
203
To allow for flexible integration of MONAI with other systems and environments,
204
204
the optional dependency APIs are always invoked lazily. For example,
[](https://piptrends.com/package/monai)
19
19
@@ -26,7 +26,7 @@ Its ambitions are as follows:
26
26
27
27
## Features
28
28
29
-
> _Please see [the technical highlights](https://docs.monai.io/en/latest/highlights.html) and [What's New](https://docs.monai.io/en/latest/whatsnew.html) of the milestone releases._
29
+
> _Please see [the technical highlights](https://monai.readthedocs.io/en/latest/highlights.html) and [What's New](https://monai.readthedocs.io/en/latest/whatsnew.html) of the milestone releases._
30
30
31
31
- flexible pre-processing for multi-dimensional medical imaging data;
32
32
- compositional & portable APIs for ease of integration in existing workflows;
@@ -51,7 +51,7 @@ To install [the current release](https://pypi.org/project/monai/), you can simpl
51
51
pip install monai
52
52
```
53
53
54
-
Please refer to [the installation guide](https://docs.monai.io/en/latest/installation.html) for other installation options.
54
+
Please refer to [the installation guide](https://monai.readthedocs.io/en/latest/installation.html) for other installation options.
55
55
56
56
## Getting Started
57
57
@@ -68,7 +68,7 @@ If you have used MONAI in your research, please cite us! The citation can be exp
68
68
## Model Zoo
69
69
70
70
[The MONAI Model Zoo](https://github.com/Project-MONAI/model-zoo) is a place for researchers and data scientists to share the latest and great models from the community.
71
-
Utilizing [the MONAI Bundle format](https://docs.monai.io/en/latest/bundle_intro.html) makes it easy to [get started](https://github.com/Project-MONAI/tutorials/tree/main/model_zoo) building workflows with MONAI.
71
+
Utilizing [the MONAI Bundle format](https://monai.readthedocs.io/en/latest/bundle_intro.html) makes it easy to [get started](https://github.com/Project-MONAI/tutorials/tree/main/model_zoo) building workflows with MONAI.
72
72
73
73
## Contributing
74
74
@@ -82,9 +82,9 @@ Ask and answer questions over on [MONAI's GitHub Discussions tab](https://github
82
82
83
83
## Links
84
84
85
-
- Website: <https://monai.io/>
86
-
- API documentation (milestone): <https://docs.monai.io/>
87
-
- API documentation (latest dev): <https://docs.monai.io/en/latest/>
85
+
- Website: <https://project-monai.github.io/>
86
+
- API documentation (milestone): <https://monai.readthedocs.io/>
87
+
- API documentation (latest dev): <https://monai.readthedocs.io/en/latest/>
Copy file name to clipboardExpand all lines: docs/source/applications.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
# Research and Application Highlights
2
2
3
3
### COPLE-Net for COVID-19 Pneumonia Lesion Segmentation
4
-
[A reimplementation](https://monai.io/research/coplenet-pneumonia-lesion-segmentation) of the COPLE-Net originally proposed by:
4
+
[A reimplementation](https://project-monai.github.io/research/coplenet-pneumonia-lesion-segmentation.html) of the COPLE-Net originally proposed by:
5
5
6
6
G. Wang, X. Liu, C. Li, Z. Xu, J. Ruan, H. Zhu, T. Meng, K. Li, N. Huang, S. Zhang. (2020) "A Noise-robust Framework for Automatic Segmentation of COVID-19 Pneumonia Lesions from CT Images." IEEE Transactions on Medical Imaging. 2020. [DOI: 10.1109/TMI.2020.3000314](https://doi.org/10.1109/TMI.2020.3000314)
7
7

8
8
9
9
### LAMP: Large Deep Nets with Automated Model Parallelism for Image Segmentation
10
-
[A reimplementation](https://monai.io/research/lamp-automated-model-parallelism) of the LAMP system originally proposed by:
10
+
[A reimplementation](https://project-monai.github.io/research/lamp-automated-model-parallelism.html) of the LAMP system originally proposed by:
11
11
12
12
Wentao Zhu, Can Zhao, Wenqi Li, Holger Roth, Ziyue Xu, and Daguang Xu (2020) "LAMP: Large Deep Nets with Automated Model Parallelism for Image Segmentation." MICCAI 2020 (Early Accept, paper link: https://arxiv.org/abs/2006.12575)
13
13
14
14

15
15
16
16
### DiNTS: Differentiable Neural Network Topology Search for 3D Medical Image Segmentation
17
-
MONAI integrated the `DiNTS` module to support more flexible topologies and joint two-level search. It provides a topology guaranteed discretization algorithm and a discretization aware topology loss for the search stage to minimize the discretization gap, and a cost usage aware search method which can search 3D networks with different GPU memory requirements. For more details, please check the [DiNTS tutorial](https://monai.io/research/dints.html).
17
+
MONAI integrated the `DiNTS` module to support more flexible topologies and joint two-level search. It provides a topology guaranteed discretization algorithm and a discretization aware topology loss for the search stage to minimize the discretization gap, and a cost usage aware search method which can search 3D networks with different GPU memory requirements. For more details, please check the [DiNTS tutorial](https://project-monai.github.io/research/dints.html).
Copy file name to clipboardExpand all lines: docs/source/config_syntax.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ or additionally, tune the input parameters then instantiate the component:
68
68
BasicUNet features: (32, 32, 32, 64, 64, 64).
69
69
```
70
70
71
-
For more details on the `ConfigParser` API, please see [`monai.bundle.ConfigParser`](https://docs.monai.io/en/latest/bundle.html#config-parser).
71
+
For more details on the `ConfigParser` API, please see [`monai.bundle.ConfigParser`](https://monai.readthedocs.io/en/latest/bundle.html#config-parser).
Copy file name to clipboardExpand all lines: docs/source/index.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,15 +85,15 @@ Model Zoo
85
85
---------
86
86
87
87
`The MONAI Model Zoo <https://github.com/Project-MONAI/model-zoo>`_ is a place for researchers and data scientists to share the latest and great models from the community.
88
-
Utilizing `the MONAI Bundle format <https://docs.monai.io/en/latest/bundle_intro.html>`_ makes it easy to `get started <https://github.com/Project-MONAI/tutorials/tree/main/model_zoo>`_ building workflows with MONAI.
88
+
Utilizing `the MONAI Bundle format <https://monai.readthedocs.io/en/latest/bundle_intro.html>`_ makes it easy to `get started <https://github.com/Project-MONAI/tutorials/tree/main/model_zoo>`_ building workflows with MONAI.
89
89
90
90
91
91
Links
92
92
-----
93
93
94
-
- Website: https://monai.io/
95
-
- API documentation (milestone): https://docs.monai.io/
96
-
- API documentation (latest dev): https://docs.monai.io/en/latest/
94
+
- Website: https://project-monai.github.io/
95
+
- API documentation (milestone): https://monai.readthedocs.io/
96
+
- API documentation (latest dev): https://monai.readthedocs.io/en/latest/
Copy file name to clipboardExpand all lines: docs/source/modules.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -240,7 +240,7 @@ users and programs to understand how the model is used and for what purpose. A b
240
240
single network as a pickled state dictionary plus optionally a Torchscript object and/or an ONNX object. Additional JSON
241
241
files are included to store metadata about the model, information for constructing training, inference, and
242
242
post-processing transform sequences, plain-text description, legal information, and other data the model creator wishes
243
-
to include. More details are available at [bundle specification](https://docs.monai.io/en/latest/mb_specification.html).
243
+
to include. More details are available at [bundle specification](https://monai.readthedocs.io/en/latest/mb_specification.html).
244
244
245
245
The key benefits of bundle are to define the model package and support building Python-based workflows via structured configurations:
246
246
- Self-contained model package include all the necessary information.
@@ -262,34 +262,34 @@ A typical bundle example can include:
262
262
┣━ *README.md
263
263
┗━ *license.txt
264
264
```
265
-
Details about the bundle config definition and syntax & examples are at [config syntax](https://docs.monai.io/en/latest/config_syntax.html).
265
+
Details about the bundle config definition and syntax & examples are at [config syntax](https://monai.readthedocs.io/en/latest/config_syntax.html).
266
266
A step-by-step [get started](https://github.com/Project-MONAI/tutorials/blob/main/bundle/README.md) tutorial notebook can help users quickly set up a bundle. [[bundle examples](https://github.com/Project-MONAI/tutorials/tree/main/bundle), [model-zoo](https://github.com/Project-MONAI/model-zoo)]
267
267
268
268
## Federated Learning
269
269
270
270

271
271
272
-
Using the MONAI bundle configurations, we can use MONAI's [`MonaiAlgo`](https://docs.monai.io/en/latest/fl.html#monai.fl.client.MonaiAlgo)
273
-
class, an implementation of the abstract [`ClientAlgo`](https://docs.monai.io/en/latest/fl.html#clientalgo) class for federated learning (FL),
272
+
Using the MONAI bundle configurations, we can use MONAI's [`MonaiAlgo`](https://monai.readthedocs.io/en/latest/fl.html#monai.fl.client.MonaiAlgo)
273
+
class, an implementation of the abstract [`ClientAlgo`](https://monai.readthedocs.io/en/latest/fl.html#clientalgo) class for federated learning (FL),
274
274
to execute bundles from the [MONAI model zoo](https://github.com/Project-MONAI/model-zoo).
275
-
Note that [`ClientAlgo`](https://docs.monai.io/en/latest/fl.html#clientalgo) is provided as an abstract base class for
275
+
Note that [`ClientAlgo`](https://monai.readthedocs.io/en/latest/fl.html#clientalgo) is provided as an abstract base class for
276
276
defining an algorithm to be run on any federated learning platform.
277
-
[`MonaiAlgo`](https://docs.monai.io/en/latest/fl.html#monai.fl.client.MonaiAlgo) implements the main functionalities needed
277
+
[`MonaiAlgo`](https://monai.readthedocs.io/en/latest/fl.html#monai.fl.client.MonaiAlgo) implements the main functionalities needed
278
278
to run federated learning experiments, namely `train()`, `get_weights()`, and `evaluate()`, that can be run using single- or multi-GPU training.
279
279
On top, it provides implementations for life-cycle management of the component such as `initialize()`, `abort()`, and `finalize()`.
280
280
The MONAI FL client also allows computing summary data statistics (e.g., intensity histograms) on the datasets defined in the bundle configs
281
-
using the [`MonaiAlgoStats`](https://docs.monai.io/en/latest/fl.html#monai.fl.client.MonaiAlgoStats) class.
281
+
using the [`MonaiAlgoStats`](https://monai.readthedocs.io/en/latest/fl.html#monai.fl.client.MonaiAlgoStats) class.
282
282
These statistics can be shared and visualized on the FL server.
283
283
[NVIDIA FLARE](https://github.com/NVIDIA/NVFlare), the federated learning platform developed by NVIDIA, has already built [the integration piece](https://github.com/NVIDIA/NVFlare/tree/2.2/integration/monai)
284
-
with [`ClientAlgo`](https://docs.monai.io/en/latest/fl.html#clientalgo) to allow easy experimentation with MONAI bundles within their federated environment.
284
+
with [`ClientAlgo`](https://monai.readthedocs.io/en/latest/fl.html#clientalgo) to allow easy experimentation with MONAI bundles within their federated environment.
0 commit comments