From 483dc3cb602f6baf04823ee8fa00e63be40f1d58 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 23:53:03 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- models/segmentation_template/docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/models/segmentation_template/docs/README.md b/models/segmentation_template/docs/README.md index 6e145f7c..e524b4ed 100644 --- a/models/segmentation_template/docs/README.md +++ b/models/segmentation_template/docs/README.md @@ -68,8 +68,8 @@ The `multi_gpu_train.yaml` config is defined as a "mixin" to implement DDP based `train_multigpu.sh` illustrates an example of how to invoke these configs together with `torchrun`. The `inference.yaml` config is compatible with MONAILabel such that you can load one of the synthetic images and perform -inference through a label server. This doesn't permit active learning however, that is a later enhancement for this +inference through a label server. This doesn't permit active learning however, that is a later enhancement for this bundle. If you're changing definitions in the `inference.yaml` config file be careful about changing names and consult -the MONAILabel documentation about required definition names. An example script to start a server is given in +the MONAILabel documentation about required definition names. An example script to start a server is given in `run_monailabel.sh` which will download the bundle application and "install" this bundle using a symlink then start -the server. Future updates to MONAILabel will improve this process. +the server. Future updates to MONAILabel will improve this process.