Skip to content

Commit

Permalink
DLICV -npp -nps parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Getkablue committed Oct 2, 2024
1 parent 7e20b7d commit 4fa92a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions DLICV/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,17 +143,17 @@ def main() -> None:
"-npp",
type=int,
required=False,
default=3,
default=2,
help="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="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="DLICV",
version="1.0.2",
version="1.0.3",
description="DLICV - Deep Learning Intra Cranial Volume.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 4fa92a2

Please sign in to comment.