From e096584f2f503f75d767cc0f04dd8e93a35f688f Mon Sep 17 00:00:00 2001 From: Martin Reuter Date: Thu, 22 Sep 2022 09:46:27 +0200 Subject: [PATCH] revert device flag for stable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0688401c..2ad59104 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ List them by running the following command: The total memory is considered for this decision. If this fails, or you actively overwrote the check with setting "--run_viewagg_on cpu", view agg is run on the cpu. Equivalently, if you define "--run_viewagg_on gpu", view agg will be run on the gpu (no memory check will be done). -* --device : Select device for NN segmentation ("cpu", "cuda"), where cuda (default) means Nvidia GPU, you can select which one "cuda:1". +* --no_cuda: Flag to disable CUDA usage in FastSurferCNN (no GPU usage, inference on CPU) * --batch: Batch size for inference. Default: 8. Lower this to reduce memory requirement * --order: Order of interpolation for mri_convert T1 before segmentation (0=nearest, 1=linear(default), 2=quadratic, 3=cubic)