-
Notifications
You must be signed in to change notification settings - Fork 0
/
args.yaml
36 lines (36 loc) · 1001 Bytes
/
args.yaml
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
29
30
31
32
33
34
35
36
device: 0 # cuda device to use, i.e. 0 or 0,1,2,3 or cpu'
method: ce
model_name: resnet
model_depth: 34
n_channels: 2
n_classes: 3
load_model: false #/nfs3-p2/zsxm/temp_path/single81.pth
epochs: 50
early_stopping: 0
batch_size: 128
optimizer: rmsprop
lr: 0.0001 # learning rate
val_percent: 0.2 # Part of the data that is used as validation (0.0-1.0)
img_size: 81
save_cp: false # whether save checkpoints
load_optim: false # load optimizer from .pth file
load_scheduler: false # load scheduler from .pth file
dir_img: /nfs3-p2/zsxm/dataset/aorta_classify_ct_-100_500/center
info: 三分类, Sobel不平滑, 3dcenter
flag_3d: True
depth_3d: 7
step_3d: 1
residual_3d: false
norm_encoder_output: true
which_supcon: last
classifier_epochs: 20
classifier_batch_size: 128
classifier_lr: 0.0001
temperature: 0.1
load_encoder: false #details/checkpoints/SupCon/11-12_13:40:42/Net_last.pth
entire: true
alpha: 0.3
noise: false
channel_path: '/nfs3-p2/zsxm/ModelDoctor/conv2_relu.npy'
relu: True
sobel: false