Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jsten07 authored Jan 4, 2024
1 parent 85f5ce2 commit 89481d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 89481d7

Please sign in to comment.