Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
quqixun committed Jan 29, 2023
1 parent 4fc73b5 commit e7584c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ python train.py \
--folds $folds
```

Models and logs will be saved in **./experiments/plain/swin_unetr/exp1**.
Run ```./scripts/tran.sh``` for training, then models and logs will be saved in **./experiments/plain/swin_unetr/exp1**.

Training on 5 folds will take about 1 week if only one GPU is available.

Expand Down Expand Up @@ -170,7 +170,7 @@ python predict.py \
--apply_tta $apply_tta
```

Predictions will be saved in **./predictions/plain/swin_unetr/exp1/folds_0-1-2-3-4**.
Run ```./scripts/predict.sh``` for predicting, then predictions will be saved in **./predictions/plain/swin_unetr/exp1/folds_0-1-2-3-4**.

Predicting testing samples on 5 folds and calculating the average will take about 30 minutes.

Expand Down

0 comments on commit e7584c0

Please sign in to comment.