razzant commited on
Commit
ba07ab9
1 Parent(s): 3e2b3c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -4
README.md CHANGED
@@ -139,10 +139,6 @@ class CLIPVisionTower(nn.Module):
139
  def hidden_size(self):
140
  return self.config.hidden_size
141
 
142
- @property
143
- def num_patches(self):
144
- return (self.config.image_size // self.config.patch_size) ** 2
145
-
146
 
147
  class ClipTowerCfg:
148
  def __init__(self):
 
139
  def hidden_size(self):
140
  return self.config.hidden_size
141
 
 
 
 
 
142
 
143
  class ClipTowerCfg:
144
  def __init__(self):