Skip to content

master to main urls #720

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

Merged
merged 1 commit into from
May 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 3d_segmentation/challenge_baseline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ This baseline method achieves 0.6904 ± 0.1801 Dice score on the challenge valid

- For MONAI technical documentation, please visit [docs.monai.io](https://docs.monai.io/).
- Please visit [`Project-MONAI/tutorials`](https://github.com/Project-MONAI/tutorials) for more examples, including:
- [`3D segmentation pipelines`](https://github.com/Project-MONAI/tutorials/tree/master/3d_segmentation),
- [`3D segmentation pipelines`](https://github.com/Project-MONAI/tutorials/tree/main/3d_segmentation),
- [`Dynamic UNet`](https://github.com/Project-MONAI/tutorials/blob/main/modules/dynunet_tutorial.ipynb),
- [`Training acceleration`](https://github.com/Project-MONAI/tutorials/tree/master/acceleration).
- [`Training acceleration`](https://github.com/Project-MONAI/tutorials/tree/main/acceleration).

## Submitting to the leaderboard

Expand Down
2 changes: 1 addition & 1 deletion federated_learning/substra/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MONAI on the Substra platform

This examples demonstrates how to run the [3D segmentation tutorial](https://github.com/Project-MONAI/tutorials/tree/master/3d_segmentation) on the [Substra](https://github.com/substrafoundation/substra) platform.
This examples demonstrates how to run the [3D segmentation tutorial](https://github.com/Project-MONAI/tutorials/tree/main/3d_segmentation) on the [Substra](https://github.com/substrafoundation/substra) platform.

In order to run the example, you'll need to have an instance of the substra platform running. Please refer to the [Substra documentation](https://doc.substra.ai/) for more information.

Expand Down
2 changes: 1 addition & 1 deletion modules/cross_validation_models_ensemble.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
"source": [
"## Define a training process based on workflows\n",
"\n",
"More usage examples of MONAI workflows are available at: [workflow examples](https://github.com/Project-MONAI/tutorials/tree/master/modules/engines)."
"More usage examples of MONAI workflows are available at: [workflow examples](https://github.com/Project-MONAI/tutorials/tree/main/modules/engines)."
]
},
{
Expand Down