Skip to content

Commit

Permalink
DLMUSE -npp -nps parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Getkablue committed Oct 2, 2024
1 parent c954e50 commit 1d5186e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions DLMUSE/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,17 +175,17 @@ def main() -> None:
"-npp",
type=int,
required=False,
default=3,
default=2,
help="[nnUnet Arg] Number of processes used for preprocessing. More is not always better. Beware of "
"out-of-RAM issues. Default: 3",
"out-of-RAM issues. Default: 2",
)
parser.add_argument(
"-nps",
type=int,
required=False,
default=3,
default=2,
help="[nnUnet Arg] Number of processes used for segmentation export. More is not always better. Beware of "
"out-of-RAM issues. Default: 3",
"out-of-RAM issues. Default: 2",
)
parser.add_argument(
"-prev_stage_predictions",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="DLMUSE",
version="1.0.2",
version="1.0.3",
description="DLMUSE - Deep Learning MUlti-atlas region Segmentation utilizing Ensembles of registration algorithms and parameters",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 1d5186e

Please sign in to comment.