Skip to content

Commit 8680ae8

Browse files
committed
readme
Signed-off-by: Can-Zhao <[email protected]>
1 parent c8e730c commit 8680ae8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

generation/maisi/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ export MONAI_DATA_DIRECTORY=<dir_you_will_download_data>
177177
python -m scripts.inference -c ./configs/config_maisi3d-rflow.json -i ./configs/config_infer.json -e ./configs/environment_maisi3d-rflow.json --random-seed 0 --version maisi3d-rflow
178178
```
179179

180+
If GPU OOM happens, please increase `autoencoder_tp_num_splits` or reduce `autoencoder_sliding_window_infer_size` in `./configs/config_infer.json`.
181+
To reduce time cost, please reduce `autoencoder_sliding_window_infer_overlap` in `./configs/config_infer.json`, while monitoring whether stitching artifact occurs.
182+
180183
Please refer to [maisi_inference_tutorial.ipynb](maisi_inference_tutorial.ipynb) for the tutorial for MAISI model inference.
181184

182185

0 commit comments

Comments
 (0)