Skip to content

Commit 435ab7a

Browse files
hassonoferrwightman
authored andcommitted
Pass init_values at hieradet_sam2
1 parent 55d4b5d commit 435ab7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

timm/models/hieradet_sam2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ def __init__(
353353
window_size=window_size,
354354
norm_layer=norm_layer,
355355
act_layer=act_layer,
356+
init_values=init_values,
356357
)
357358

358359
embed_dim = dim_out

0 commit comments

Comments
 (0)