Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 885bd98e authored by tekin_g's avatar tekin_g
Browse files

Update README.md

parent 1011cf06
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,6 @@ Original Paper: ...@@ -12,8 +12,6 @@ Original Paper:
- apptainer - apptainer
Tested Environment:
## Containers ## Containers
This project uses [apptainer](https://apptainer.org/docs/user/main/introduction.html) as the main container engine. Basic commands are: This project uses [apptainer](https://apptainer.org/docs/user/main/introduction.html) as the main container engine. Basic commands are:
...@@ -47,7 +45,8 @@ The matlab scripts in **Phantom_generate** work and can be used to generate imag ...@@ -47,7 +45,8 @@ The matlab scripts in **Phantom_generate** work and can be used to generate imag
## Usage ## Usage
The main command to use is: The main command to use is:
apptainer run --nv --bind {path to your data}:/data {container name}.sif --mode TR apptainer run --nv --bind {path to your data}:/data {container name}.sif --mode {TR for training TS for inference}
see --help or the RLN_single.py for details on the arguments. see --help or the RLN_single.py for details on the arguments.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment