From d25d383bb3b77db0f68e73a2d271da2470725196 Mon Sep 17 00:00:00 2001 From: Evgeny Ugolkov <92923525+EvgenyUgolkov@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:49:25 +0300 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3aeaa0..8eca34a 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,16 @@ torchrun Architecture_PIPE.py -d 8x_Super-Resolution --with_rotation -phases_idx ``` where -```-d``` The name of the directory to save the Generator in, under the 'progress' directory +```-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-Resolution input + ```-phases_idx``` The indices of the phases of the Low-Resolution input to be compared with the Super-Resolution output + ```-g_image_path``` Relative path to the Low-Resolution 3D volume inside ![data](data) + ```-d_image_path``` Relative path to the High-Resolution 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)