-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTransMIL-CMD.txt
More file actions
13 lines (12 loc) · 957 Bytes
/
Copy pathTransMIL-CMD.txt
File metadata and controls
13 lines (12 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
# Training
python TransMIL/train.py --stage 'train' --config 'TransMIL/TCGA_BRCA.yaml' --gpus 0 --fold 0
python TransMIL/train.py --stage 'train' --config 'TransMIL/TCGA_BRCA.yaml' --gpus 0 --fold 1
python TransMIL/train.py --stage 'train' --config 'TransMIL/TCGA_BRCA.yaml' --gpus 0 --fold 2
python TransMIL/train.py --stage 'train' --config 'TransMIL/TCGA_BRCA.yaml' --gpus 0 --fold 3
python TransMIL/train.py --stage 'train' --config 'TransMIL/TCGA_BRCA.yaml' --gpus 0 --fold 4
# Testing
python TransMIL/train.py --stage 'test' --config 'TransMIL/TCGA_BRCA.yaml' --gpus 0 --fold 0
python TransMIL/train.py --stage 'test' --config 'TransMIL/TCGA_BRCA.yaml' --gpus 0 --fold 1
python TransMIL/train.py --stage 'test' --config 'TransMIL/TCGA_BRCA.yaml' --gpus 0 --fold 2
python TransMIL/train.py --stage 'test' --config 'TransMIL/TCGA_BRCA.yaml' --gpus 0 --fold 3
python TransMIL/train.py --stage 'test' --config 'TransMIL/TCGA_BRCA.yaml' --gpus 0 --fold 4