huzey commited on
Commit
59742d8
1 Parent(s): 9e43ce3
Files changed (1) hide show
  1. backbone.py +3 -3
backbone.py CHANGED
@@ -657,9 +657,9 @@ class EVA02(nn.Module):
657
  'block': block_outputs
658
  }
659
 
660
- MODEL_DICT["CLIP(eva02_base_patch14_448.mim_in22k_ft_in1k)"] = partial(EVA02)
661
- LAYER_DICT["CLIP(eva02_base_patch14_448.mim_in22k_ft_in1k)"] = 12
662
- RES_DICT["CLIP(eva02_base_patch14_448.mim_in22k_ft_in1k)"] = (448, 448)
663
 
664
  class CLIPConvnext(nn.Module):
665
  def __init__(self):
 
657
  'block': block_outputs
658
  }
659
 
660
+ MODEL_DICT["CLIP(eva02_base_patch14_448/mim_in22k_ft_in1k)"] = partial(EVA02)
661
+ LAYER_DICT["CLIP(eva02_base_patch14_448/mim_in22k_ft_in1k)"] = 12
662
+ RES_DICT["CLIP(eva02_base_patch14_448/mim_in22k_ft_in1k)"] = (448, 448)
663
 
664
  class CLIPConvnext(nn.Module):
665
  def __init__(self):