Skip to content

Commit

Permalink
Update block.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jianganghuang authored Jul 1, 2024
1 parent 412b3a1 commit 6608e30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ultralytics/nn/modules/block.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ def __init__(self, c1, c2):
self.fc = nn.Linear(c1, c2)
self.v2e = MessageAgg(agg_method="mean")
self.e2v = MessageAgg(agg_method="mean")
# self.v2v = MessageAgg(agg_method="mean")


def forward(self, x, H):
Expand Down

0 comments on commit 6608e30

Please sign in to comment.