From 46b9dd05dabd74f9b58d6a66375e5f605d02a3ac Mon Sep 17 00:00:00 2001 From: Evgeny Ugolkov <92923525+EvgenyUgolkov@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:46:31 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c65570..63616e2 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,11 @@ However, it is crusual to use the sub-volumes of size large enough to contain at torchrun Architecture_PIPE.py -d 8x_Super-Resolution --with_rotation -phases_idx 1 2 3 -g_image_path Berea_CT_full.tiff -d_image_path Berea_CSLM_clay_gen.tif --DPP True --DDP False ``` where + ```-d``` The name of the directory to save the generator in, under the 'progress' directory ```--with_rotation``` Use this option for data augmentaion (rotations and mirrors) of the high-res input ```-phases_idx``` The indices of the phases of the low-res input to be compared with the super-res output ```-g_image_path``` Relative path to the low-res 3D volume inside ![data](data) -```-d_image_path``` Relative path to the high-res 2D slice inside ![data](data) +```-d_image_path``` Relative path to the high-res 2D slice inside ![data](data) +```--DPP``` The flag to turn on/off the Distributed Pipeline Parallel (DPP) +```--DDP``` The flag to turn on/off the Distributed Data Parallel (DDP)