huzey commited on
Commit
3b4de15
·
1 Parent(s): 6daedba
Files changed (1) hide show
  1. alignedthreeattn_model.py +1 -1
alignedthreeattn_model.py CHANGED
@@ -42,7 +42,7 @@ class ThreeAttnNodes(nn.Module):
42
  self.backbone3.model.patch_embed.img_size = (672, 672)
43
 
44
 
45
- self.align_weights = align_weights
46
 
47
  @torch.no_grad()
48
  def forward(self, x):
 
42
  self.backbone3.model.patch_embed.img_size = (672, 672)
43
 
44
 
45
+ self.align_weights = nn.Parameter(align_weights)
46
 
47
  @torch.no_grad()
48
  def forward(self, x):