Your Name commited on
Commit
69acc8d
1 Parent(s): 80c4c8b

fixed a bug

Browse files
Files changed (1) hide show
  1. configs/model/swin.yaml +0 -2
configs/model/swin.yaml CHANGED
@@ -13,7 +13,6 @@ swin_base:
13
  ape: False
14
  drop_path_rate: 0.3
15
  patch_norm: True
16
- pretrained: pretrained/swin/swin_base_patch4_window7_224_22k.pth
17
  strict_sd: False
18
 
19
  swin_large:
@@ -27,6 +26,5 @@ swin_large:
27
  ape: False
28
  drop_path_rate: 0.3
29
  patch_norm: True
30
- pretrained: pretrained/swin/swin_large_patch4_window12_384_22k.pth
31
  strict_sd: False
32
 
 
13
  ape: False
14
  drop_path_rate: 0.3
15
  patch_norm: True
 
16
  strict_sd: False
17
 
18
  swin_large:
 
26
  ape: False
27
  drop_path_rate: 0.3
28
  patch_norm: True
 
29
  strict_sd: False
30