Method__init__(
self,
dim_in,
kernel_size,
padding,
stride,
bias=True,
)
models/modeling_florence2.py:257
Method__init__(self, dim, groups, mlp_ratio=4., qkv_bias=True,
drop_path_rate=0., act_layer=nn.GELU, norm_l
models/modeling_florence2.py:361
Method__init__(self, dim, num_heads, window_size,
mlp_ratio=4., qkv_bias=True, drop_path_rate=0., act_layer
models/modeling_florence2.py:471
Method__init__(
self,
in_chans=3,
num_classes=1000,
depths=(1, 1, 3, 1),
patch_size=
models/modeling_florence2.py:525
Method__init__(
self,
drop_path_rate=0.1,
patch_size=[7, 3, 3, 3],
patch_stride=[4, 2, 2, 2]
models/configuration_florence2.py:83