From 67269c692821eea0713fe6babe774c5cf901456f Mon Sep 17 00:00:00 2001 From: Can-Zhao Date: Thu, 21 Nov 2024 19:43:33 +0000 Subject: [PATCH] grammar Signed-off-by: Can-Zhao --- generation/maisi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generation/maisi/README.md b/generation/maisi/README.md index 1d6e02c36..367e31271 100644 --- a/generation/maisi/README.md +++ b/generation/maisi/README.md @@ -135,7 +135,7 @@ The information for the inference input, like body region and anatomy to generat - `"anatomy_list"`: If "controllable_anatomy_size" is not specified, the output will contain paired image and segmentation mask for the anatomy in "./configs/label_dict.json". - `"autoencoder_sliding_window_infer_size"`: in order to save GPU memory, we use sliding window inference when decoding latents to image when `"output_size"` is large. This is the patch size of the sliding window. Small value will reduce GPU memory but increase time cost. They need to be divisible by 16. If GPU memory is large enough, please choose larger value of this parameter. - `"autoencoder_sliding_window_infer_overlap"`: float between 0 and 1. Large value will reduce the stitching artifacts when stitching patches during sliding window inference, but increase time cost. If you do not observe seam lines in the generated image result, you can use a smaller value to save inference time. -- `"autoencoder_tp_num_splits"`: int, chosen from [1,2,4,8,16]. In order to save GPU memory, we use tensor parallell in the autoencoder. Large value will reduce GPU memory. If GPU memory is large enough, please choose smaller value of this parameter. +- `"autoencoder_tp_num_splits"`: int, chosen from [1,2,4,8,16]. In order to save GPU memory, we use tensor parallel in the autoencoder. Large value will reduce GPU memory. If GPU memory is large enough, please choose smaller value of this parameter. #### Recommended spacing for different output sizes: