Skip to content

Commit 95b6a52

Browse files
committed
Update cvt.py
1 parent db586b5 commit 95b6a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/models/cvt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def __init__(
296296
qk_norm = qk_norm,
297297
attn_drop = attn_drop,
298298
proj_drop = proj_drop,
299-
input_norm_layer input_norm_layer,
299+
input_norm_layer = input_norm_layer,
300300
norm_layer = norm_layer,
301301
init_values = init_values,
302302
drop_path = drop_path_rates[i],

0 commit comments

Comments
 (0)