Skip to content

Commit

Permalink
keep experiment for submission
Browse files Browse the repository at this point in the history
  • Loading branch information
quqixun committed Jan 27, 2023
1 parent 2a85c44 commit 15fac8f
Show file tree
Hide file tree
Showing 16 changed files with 34 additions and 601 deletions.
25 changes: 14 additions & 11 deletions configs/swin_unetr/exp1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,36 @@ loader:
val_batch: 4
num_workers: 16
pin_memory: true
apply_augment: false
apply_augment: true
s1_index_list: all
s2_index_list: all
months_list: all

trainer:
epochs: 50
accum_iter: 2
ckpt_freq: 50
epochs: 100
accum_iter: 1
ckpt_freq: 10
print_freq: 200
early_stop: null
early_stop: 20

loss:
rec:
mode: mae
weight: 1.0
sim:
mode: ssim
weight: 0.2

optimizer:
mode: adamw
lr: 0.001
betas: [0.9, 0.999]
amsgrad: true
betas: [0.9, 0.99]
amsgrad: false
weight_decay: 0.01

scheduler:
min_lr: 0.0
warmup: 5
warmup: 10

model:
name: swin_unetr
Expand All @@ -48,12 +51,12 @@ model:
out_channels: 1
depths: [2, 2, 2, 2]
num_heads: [3, 6, 12, 24]
feature_size: 48
feature_size: 72
norm_name: batch
drop_rate: 0.0
attn_drop_rate: 0.0
drop_path_rate: 0.1
attn_version: v1
attn_version: v2


...
...
62 changes: 0 additions & 62 deletions configs/swin_unetr/exp10.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions configs/swin_unetr/exp14.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions configs/swin_unetr/exp19.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions configs/swin_unetr/exp20.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions configs/swin_unetr/exp21.yaml

This file was deleted.

Loading

0 comments on commit 15fac8f

Please sign in to comment.