Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 6, 2023
1 parent 138d480 commit 483dc3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions models/segmentation_template/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 483dc3c

Please sign in to comment.