Skip to content

Commit

Permalink
Update block.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jianganghuang authored Aug 9, 2024
1 parent 82e9da5 commit e60cdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ultralytics/nn/modules/block.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def forward(self, x, H):
E = self.v2e(x, H.transpose(1, 2).contiguous())
# e -> v
x = self.e2v(E, H)
# x = self.v2v(x, H.transpose(1, 2).contiguous())

return x


Expand Down

0 comments on commit e60cdfc

Please sign in to comment.