Skip to content

Commit

Permalink
Update hieradet.py
Browse files Browse the repository at this point in the history
ufmt formatting fixed.
  • Loading branch information
arun477 authored Aug 9, 2024
1 parent 102ddb8 commit 46945a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sam2/modeling/backbones/hieradet.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def __init__(
self.dim = dim
self.dim_out = dim_out
self.num_heads = num_heads

self.q_pool = q_pool
self.qkv = nn.Linear(dim, dim_out * 3)
self.proj = nn.Linear(dim_out, dim_out)
Expand Down

0 comments on commit 46945a2

Please sign in to comment.