forked from jeya-maria-jose/Medical-Transformer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1187.sh
28 lines (18 loc) · 783 Bytes
/
1187.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# U_Net
CUDA_VISIBLE_DEVICES=0 python train.py --dataseed 1187 --dataset busi
# Att_U_Net
CUDA_VISIBLE_DEVICES=0 python train.py --dataseed 1187 --dataset busi
# U_Net++
CUDA_VISIBLE_DEVICES=0 python train.py --dataseed 1187 --dataset busi
# U_Net
CUDA_VISIBLE_DEVICES=0 python train.py --dataseed 1187 --dataset glas
# Att_U_Net
CUDA_VISIBLE_DEVICES=0 python train.py --dataseed 1187 --dataset glas
# U_Net++
CUDA_VISIBLE_DEVICES=0 python train.py --dataseed 1187 --dataset glas
# U_Net
CUDA_VISIBLE_DEVICES=0 python train.py --dataseed 1187 --dataset chase --input_size 960
# Att_U_Net
CUDA_VISIBLE_DEVICES=0 python train.py --dataseed 1187 --dataset chase --input_size 960
# U_Net++
CUDA_VISIBLE_DEVICES=0 python train.py --dataseed 1187 --dataset chase --input_size 960