From 89481d745f275c32d073c9e83299a7e42bfb620d Mon Sep 17 00:00:00 2001 From: Jan Stenkamp <46532815+jsten07@users.noreply.github.com> Date: Thu, 4 Jan 2024 21:45:47 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b46c428..59b2dfe 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Further documentation will be added soon. ``` 2. If you use the PALMA cluster, just adapt and run one of `\PALMA\train_unet.sh` or `\PALMA\train_segformer.sh` and you are done 3. Otherwise: Install requirements (see `\PALMA\requirements.txt` and modules in `\PALMA\train_unet.sh`) -4. Run `train.py` by +4. Look at possible parameters in `train.py` and run the following line with respective adjustments: ``` python3 train.py --data_path /your/path/to/folder/data --name ./weights ```