Skip to content

Commit 297d424

Browse files
authored
Fixed minor typos in tutorial "auto3dseg" (#958)
Fixed minor typos in tutorial "auto3dseg". ### Description A few sentences describing the changes proposed in this pull request. ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [ ] Notebook runs automatically `./runner [-p <regex_pattern>]`
1 parent b8dc8d3 commit 297d424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto3dseg/docs/run_with_minimal_input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ stats_summary:
158158
...
159159
```
160160

161-
2."algorithm_templates" are the [algorithm templates]("../docs/algorithm_generation.md#algorithm-templates") that used to generate actual algorithm bundle folders with information from data statistics.
161+
2."algorithm_templates" are the [algorithm templates](../docs/algorithm_generation.md#algorithm-templates) that used to generate actual algorithm bundle folders with information from data statistics.
162162

163163
3."dints_x", "segresnet_x", "segresnet2d_x", "swinunetr_x" are automically generated 5-fold MONAI bundle based on [established networks and well-tuned training recipes](../docs/algorithm_generation.md#algorithms). They are self-contained folder, which can be used for model training, inference, validation via executing commands in the README document of each bundle folder. More information can be referred via this [link](https://docs.monai.io/en/latest/mb_specification.html). And "model_foldx" is where checkpoints after training are saved together with training history and tensorboard event files.
164164

0 commit comments

Comments
 (0)