Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenyUgolkov authored Oct 28, 2024
1 parent b45aaeb commit d25d383
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit d25d383

Please sign in to comment.