ajstewart commited on
Commit
081d660
1 Parent(s): 1867713

Enable for all files

Browse files
Files changed (1) hide show
  1. convert.py +1 -1
convert.py CHANGED
@@ -16,7 +16,7 @@ import torch
16
  import torchvision
17
 
18
 
19
- for checkpoint in glob.iglob('*swin*.pth'):
20
  # Skip if already converted
21
  if '-' in checkpoint:
22
  continue
 
16
  import torchvision
17
 
18
 
19
+ for checkpoint in glob.iglob('*.pth'):
20
  # Skip if already converted
21
  if '-' in checkpoint:
22
  continue